diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2576b80..9e5d23c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,5 +6,7 @@ repos: # Run the linter. - id: ruff args: [--fix] + pass_filenames: false # Run the formatter. - id: ruff-format + pass_filenames: false