aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar xithrius <[email protected]>2021-01-02 02:37:05 -0800
committerGravatar xithrius <[email protected]>2021-01-02 02:37:05 -0800
commitcf04425c67c1389d7739f8352b4a9a1089817bd9 (patch)
tree72e856318c58aea399b88f316753585d640869f3
parentMerge pull request #484 from WillDaSilva/omdb-to-tmdb (diff)
Changed Python language hook to system.
-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