diff options
| author | 2022-09-30 19:18:09 +0400 | |
|---|---|---|
| committer | 2022-09-30 19:19:09 +0400 | |
| commit | c4474c096f40f7d87e23b971417974ffd764f102 (patch) | |
| tree | e5c3a0347e68c7a5ce96e49d0881f88d06db1d0e | |
| parent | Fix 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]>
| -rw-r--r-- | .pre-commit-config.yaml | 1 | 
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  |