Skip to content

Commit 6679767

Browse files
committed
fix setup.cfg after flake8 update
1 parent f9e4b94 commit 6679767

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.cfg

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ python-file-with-version = VERSION
77
[flake8]
88
max-line-length = 110
99
ignore =
10-
I202, # additional newline in imports
11-
W503, # line break before binary operator
10+
# additional newline in imports
11+
I202,
12+
# line break before binary operator
13+
W503,
1214
exclude =
1315
*migrations/*,
1416
docs/,

0 commit comments

Comments
 (0)