aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar xithrius <[email protected]>2021-01-02 03:16:54 -0800
committerGravatar xithrius <[email protected]>2021-01-02 03:16:54 -0800
commit0d9a99066f80cdfbfd5829d117cd3b0fa9771fab (patch)
treec94ccea7eba7ac8753211c65c80f2eafb4edaf9f
parentMerge PR #85 - Sentry releases (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 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