diff options
author | 2021-01-02 14:38:19 -0800 | |
---|---|---|
committer | 2021-01-02 14:38:19 -0800 | |
commit | a9ebe70c6b71adf291e0cd2985c071ee5ddd8913 (patch) | |
tree | 13cfbc3aa4131af79b6307d847c59bf29b812ed3 /.pre-commit-config.yaml | |
parent | Merge pull request #436 from python-discord/hotfix/lemon/front-page-project-s... (diff) |
Changed Python language hook to system.
Diffstat (limited to '.pre-commit-config.yaml')
-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 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 |