diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fe2018b..54fe615 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,5 +19,4 @@ repos: entry: poetry run python check_coverage.py language: system pass_filenames: false - args: - - --check + args: [--fix]