From c0dbce210a57139a10713376c255a04a0dc2f447 Mon Sep 17 00:00:00 2001 From: Antti Kaihola <13725+akaihola@users.noreply.github.com> Date: Fri, 9 Aug 2024 08:48:40 +0300 Subject: [PATCH] feat: drop removed options from `[tool.darker]` --- src/darker/config.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/darker/config.py b/src/darker/config.py index 1324901b0..b6f0e83eb 100644 --- a/src/darker/config.py +++ b/src/darker/config.py @@ -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