Skip to content

Commit

Permalink
fix: handle faulty B028 error from flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrgramacki committed Jan 16, 2023
1 parent a7c21b7 commit cac509e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[flake8]
max-line-length = 100
max-doc-length = 100
extend-ignore = E203
extend-ignore = E203,B028
exclude =
.git,
.venv,
Expand Down

0 comments on commit cac509e

Please sign in to comment.