Skip to content

Commit

Permalink
Ignore (at least temporarily) flake8 B906 and B028
Browse files Browse the repository at this point in the history
  • Loading branch information
enzbang authored and Nikokrock committed Apr 12, 2023
1 parent a598653 commit 7094174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ markers =

[flake8]
exclude = .git,__pycache__,build,dist,.tox
ignore = A003, C901, E203, E266, E501, W503,D100,D101,D102,D102,D103,D104,D105,D106,D107,D203,D403,D213
ignore = A003, C901, E203, E266, E501, W503,D100,D101,D102,D102,D103,D104,D105,D106,D107,D203,D403,D213,B028,B906
# line length is intentionally set to 80 here because black uses Bugbear
# See https://github.com/psf/black/blob/master/README.md#line-length for more details
max-line-length = 80
Expand Down

0 comments on commit 7094174

Please sign in to comment.