diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 444e182d..01cfc839 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: rev: v1.0.0 hooks: - id: mypy - stages: [push, manual] + stages: [pre-push, manual] pass_filenames: false args: - --config-file=pyproject.toml