diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d48d8bb8c..50d0abee9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,5 +4,5 @@ repos: hooks: - id: ruff language_version: python3 - args: [ --select, I, ] + args: [--select, D, I] - id: ruff-format