diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f96031e4363a145a9175792c771c44f6d783827a..27a5a66d1e67b3b33e71be0f1bc420605755b983 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -83,6 +83,6 @@ repos: name: test language: system pass_filenames: false - stages: [ push ] + stages: [ pre-commit, push ] entry: make test types: [ python ]