Skip to content

Commit

Permalink
update flake8 version to handle github cicd issue (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
leifdenby authored Mar 11, 2024
1 parent e8c086c commit 469b348
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[flake8]
max-line-length = 88
extend-ignore = E203
extend-ignore = E203, E713, W604, E231
select = C,E,F,W,B,B950
ignore = E203, E501, W503
per-file-ignores = __init__.py:F401
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ repos:
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 5.0.4
hooks:
- id: flake8

0 comments on commit 469b348

Please sign in to comment.