aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2021-01-03 04:40:42 +0000
committerGravatar GitHub <[email protected]>2021-01-03 04:40:42 +0000
commitaf7b105059d64235f1ef2979cdb0060d8ea18062 (patch)
tree13cfbc3aa4131af79b6307d847c59bf29b812ed3
parentMerge pull request #436 from python-discord/hotfix/lemon/front-page-project-s... (diff)
parentChanged Python language hook to system. (diff)
Merge pull request #441 from python-discord/precommit-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