Skip to content

Commit

Permalink
style: sort DarkerConfig options
Browse files Browse the repository at this point in the history
  • Loading branch information
okuuva committed Nov 26, 2024
1 parent 27253e4 commit e42f536
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .venv
6 changes: 3 additions & 3 deletions src/darker/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@
class DarkerConfig(BaseConfig, total=False):
"""Dictionary representing ``[tool.darker]`` from ``pyproject.toml``"""

check: bool
diff: bool
flynt: bool
check: bool
isort: bool
line_length: int
lint: list[str]
skip_string_normalization: bool
skip_magic_trailing_comma: bool
line_length: int
skip_string_normalization: bool
target_version: str
formatter: str

Expand Down

0 comments on commit e42f536

Please sign in to comment.