diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 07f78664..5c325e4b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,11 +14,20 @@ repos: # hooks: # - id: autopep8 -# flake8 --show-source -- repo: https://gitlab.com/pycqa/flake8 - rev: '' - hooks: - - id: flake8 +### # flake8 --show-source +### - repo: https://gitlab.com/pycqa/flake8 +### rev: '' +### hooks: +### - id: flake8 +# +# Try using local flake8 +- repo: local + hooks: + - id: flake8 + name: flake8 + entry: flake8 + language: system + types: [ python ] - repo: https://github.com/pre-commit/pygrep-hooks rev: ''