Skip to content

Commit 30e54d2

Browse files
committedNov 6, 2022
1 parent 0eba2b6 commit 30e54d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.flake8

+2
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ select = C,E,F,W,B,B9
99
# W503: line break before binary operator (black behaviour)
1010
# C901: "method is too complex" -- it's too complex to fix existing modules. Disable for now
1111
ignore = E203,E501,W503,B950,C901
12+
per-file-ignores=
13+
__init__.py:F401

0 commit comments

Comments
 (0)