Skip to content

Commit 786ce60

Browse files
committed
ignore B907
1 parent 2f32741 commit 786ce60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.flake8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[flake8]
22
select = B,B9,C,DAR,E,F,N,RST,S,W
33
# remove after D202 eventually
4-
ignore = E203,E501,RST201,RST203,RST301,W503,D202,B950,C901
4+
ignore = E203,E501,RST201,RST203,RST301,W503,D202,B950,C901,B907
55
max-line-length = 80
66
max-complexity = 10
77
docstring-convention = google

0 commit comments

Comments
 (0)