diff --git a/.venv b/.venv new file mode 120000 index 000000000..c84645f14 --- /dev/null +++ b/.venv @@ -0,0 +1 @@ +/Users/oula/gits/darker.git/master/../.venv \ No newline at end of file diff --git a/src/darker/config.py b/src/darker/config.py index b615f2a08..7a9a062e7 100644 --- a/src/darker/config.py +++ b/src/darker/config.py @@ -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