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