diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0a69083b..b9cff2f5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: entry: end-of-file-fixer language: system types: [text] - stages: [commit, push, manual] + stages: [pre-commit, pre-push, manual] - id: flake8 name: flake8 entry: flake8 @@ -38,7 +38,7 @@ repos: entry: trailing-whitespace-fixer language: system types: [text] - stages: [commit, push, manual] + stages: [pre-commit, pre-push, manual] - repo: https://github.com/pre-commit/mirrors-prettier rev: v2.2.1 hooks: