aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2021-01-02 22:46:46 +0200
committerGravatar GitHub <[email protected]>2021-01-02 22:46:46 +0200
commit8a455b82c28685e5c3f3aa615d92c3712bba8d08 (patch)
tree72e856318c58aea399b88f316753585d640869f3
parentMerge pull request #484 from WillDaSilva/omdb-to-tmdb (diff)
parentChanged 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.yaml2
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