Skip to content

Commit 24e79f6

Browse files
committed
Reorder flake8 config entries in setup.cfg
1 parent 7b19182 commit 24e79f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/setup.cfg

+2-1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ ignore = E203,E211,E225,E226,E227,E402,W503,W504
3838
max_line_length = 88
3939

4040
[flake8]
41-
max-line-length = 88
4241
ignore = E203,E211,E225,E226,E227,E402,W503,W504
42+
max-line-length = 88
43+
4344

0 commit comments

Comments
 (0)