Skip to content

Commit 6efa080

Browse files
committed
Disable B907 until a decision is formally taken
For AdaCore#556
1 parent 7a3f265 commit 6efa080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ markers =
7070

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

0 commit comments

Comments
 (0)