Skip to content

Commit

Permalink
style: sort DarkerConfig options
Browse files Browse the repository at this point in the history
  • Loading branch information
okuuva authored and akaihola committed Dec 15, 2024
1 parent 2f9c8ea commit 2cf83e7
Showing 1 changed file with 3 additions and 3 deletions.
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 2cf83e7

Please sign in to comment.