We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b19182 commit 24e79f6Copy full SHA for 24e79f6
python/setup.cfg
@@ -38,6 +38,7 @@ ignore = E203,E211,E225,E226,E227,E402,W503,W504
38
max_line_length = 88
39
40
[flake8]
41
-max-line-length = 88
42
ignore = E203,E211,E225,E226,E227,E402,W503,W504
+max-line-length = 88
43
+
44
0 commit comments