diff options
author | 2020-12-19 11:39:19 -0800 | |
---|---|---|
committer | 2020-12-19 11:39:19 -0800 | |
commit | d3492b961618f4d6d0ec6622cffda3dadcd4b7a4 (patch) | |
tree | 93587deab169cf8293b50f90ee1959cb5d8617f5 | |
parent | Fix silence tests (diff) |
Fix flake8 pre-commit hook running through PyCharm
-rw-r--r-- | .pre-commit-config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 876d32b15..1597592ca 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,6 +21,6 @@ repos: name: Flake8 description: This hook runs flake8 within our project's pipenv environment. entry: pipenv run flake8 - language: python + language: system types: [python] require_serial: true |