Skip to content

Commit

Permalink
feat: drop removed options from [tool.darker]
Browse files Browse the repository at this point in the history
  • Loading branch information
akaihola committed Aug 27, 2024
1 parent bde46a6 commit e654bda
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/darker/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ class DarkerConfig(BaseConfig, total=False):
check: bool
isort: bool
lint: List[str]
skip_string_normalization: bool
skip_magic_trailing_comma: bool
line_length: int
target_version: str

Expand Down

0 comments on commit e654bda

Please sign in to comment.