aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2021-05-17 20:18:34 +0300
committerGravatar GitHub <[email protected]>2021-05-17 20:18:34 +0300
commit6c2d3e76ff968cc4f8ecd322002e48930240acc8 (patch)
treea91e2136ce67d6cbf732ef40f12470dc2d11b1cd
parentMerge pull request #1558 from doublevcodes/main (diff)
parentFix pre-commit, since flake8 isn't a task (diff)
Merge pull request #1593 from python-discord/flake-8-isn't-a-task
Fix pre-commit, since flake8 isn't a task
-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