diff options
author | 2021-01-02 11:36:00 -0800 | |
---|---|---|
committer | 2021-01-02 11:36:00 -0800 | |
commit | 65dd98b82e5e11c55ee48284617df45a011147e0 (patch) | |
tree | c94ccea7eba7ac8753211c65c80f2eafb4edaf9f | |
parent | Merge PR #85 - Sentry releases (diff) | |
parent | Changed 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.yaml | 2 |
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 |