Skip to content

Commit 98da603

Browse files
committed
Ignore B902 in flake8
1 parent 61c0e99 commit 98da603

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,6 +1,6 @@
11
[flake8]
22
select = B,B9,C,D,DAR,E,F,N,RST,S,W
3-
ignore = E203,E501,RST201,RST203,RST301,W503
3+
ignore = E203,E501,RST201,RST203,RST301,W503,B902
44
max-line-length = 80
55
max-complexity = 10
66
docstring-convention = google

0 commit comments

Comments
 (0)