aboutsummaryrefslogtreecommitdiffstats
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2022-09-30 19:18:09 +0400
committerGravatar Hassan Abouelela <[email protected]>2022-09-30 19:19:09 +0400
commitc4474c096f40f7d87e23b971417974ffd764f102 (patch)
treee5c3a0347e68c7a5ce96e49d0881f88d06db1d0e /.pre-commit-config.yaml
parentFix B026 Linting Errors (diff)
Fix Failing Pre-Commit Hook
The flake8 pre-commit hook was failing due to a configuration error with the latest pre-commit and flake8 versions. Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 25781752..b2a03559 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -22,4 +22,3 @@ repos:
entry: poetry run flake8
language: system
types: [python]
- require_serial: true