From 3d5795f3cff691742c8208aa946326b31d926056 Mon Sep 17 00:00:00 2001 From: Oula Kuuva Date: Wed, 18 Sep 2024 11:41:03 +0300 Subject: [PATCH] style: sort DarkerConfig options --- src/darker/config.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/darker/config.py b/src/darker/config.py index 5280594a8..acc19bc2e 100644 --- a/src/darker/config.py +++ b/src/darker/config.py @@ -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