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 Sep 18, 2024
1 parent f82043e commit 3d5795f
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 @@ -16,14 +16,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


Expand Down

0 comments on commit 3d5795f

Please sign in to comment.