Skip to content

Commit d4d23ea

Browse files
committed
Set flake8 to ignore line too long and line break before operator
1 parent 03b6a2e commit d4d23ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.flake8

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
[flake8]
22
max-line-length = 98
3+
ignore =
4+
E501
5+
W503
36
per-file-ignores =
47
utils.py:F401

0 commit comments

Comments
 (0)