Skip to content

Commit da29968

Browse files
committed
fix: Disable irrelevant bugbear lint
1 parent ab47925 commit da29968

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.flake8

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
[flake8]
2-
ignore = E203, E266, E501, W503, E402, E731, C901, B950, B011
2+
ignore =
3+
E203, E266, E501, W503, E402, E731, C901, B950, B011,
4+
B014 // does not apply to Python 2
35
max-line-length = 80
46
max-complexity = 18
57
select = B,C,E,F,W,T4,B9

0 commit comments

Comments
 (0)