aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Mark <[email protected]>2021-01-02 11:36:00 -0800
committerGravatar GitHub <[email protected]>2021-01-02 11:36:00 -0800
commit65dd98b82e5e11c55ee48284617df45a011147e0 (patch)
treec94ccea7eba7ac8753211c65c80f2eafb4edaf9f
parentMerge PR #85 - Sentry releases (diff)
parentChanged Python language hook to system. (diff)
Merge pull request #86 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 d7d4b84..b7cf9ee 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -5,6 +5,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