diff options
| author | 2020-12-31 17:01:59 +0200 | |
|---|---|---|
| committer | 2020-12-31 17:01:59 +0200 | |
| commit | 8b35ab00da141d0b87d26732feb477f17fc4341f (patch) | |
| tree | 6548f2decf52058650362f9073a395164f2a2613 | |
| parent | Merge pull request #1339 from python-discord/swfarnsworth/info (diff) | |
| parent | Merge branch 'master' into bug/precommit-pycharm (diff) | |
Merge pull request #1334 from python-discord/bug/precommit-pycharm
Fix flake8 pre-commit hook running through 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 876d32b15..1597592ca 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,6 +21,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 | 
