diff options
author | 2021-01-02 22:46:46 +0200 | |
---|---|---|
committer | 2021-01-02 22:46:46 +0200 | |
commit | 8a455b82c28685e5c3f3aa615d92c3712bba8d08 (patch) | |
tree | 72e856318c58aea399b88f316753585d640869f3 | |
parent | Merge pull request #484 from WillDaSilva/omdb-to-tmdb (diff) | |
parent | Changed Python language hook to system. (diff) |
Merge pull request #550 from python-discord/precommit-pycharm
Make flake8 properly run through pre-commit in 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 be57904e..a66bf97c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,6 +20,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 |