aboutsummaryrefslogtreecommitdiffstats
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorGravatar Chris <[email protected]>2021-05-17 18:15:04 +0100
committerGravatar Chris <[email protected]>2021-05-17 18:15:04 +0100
commit3af548a316cc86e88a608afb565fe93d39faa8c3 (patch)
treea91e2136ce67d6cbf732ef40f12470dc2d11b1cd /.pre-commit-config.yaml
parentMerge pull request #1558 from doublevcodes/main (diff)
Fix pre-commit, since flake8 isn't a task
Diffstat (limited to '.pre-commit-config.yaml')
-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 131ba9453..a9412f07d 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -18,7 +18,7 @@ repos:
- id: flake8
name: Flake8
description: This hook runs flake8 within our project's environment.
- entry: poetry run task flake8
+ entry: poetry run flake8
language: system
types: [python]
require_serial: true