We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38c1d89 commit 6d1b370Copy full SHA for 6d1b370
1 file changed
.flake8
@@ -1,6 +1,7 @@
1
[flake8]
2
3
-ignore = E501, E701, E722
+max-line-length = 130
4
+ignore = E701, E722
5
6
per-file-ignores =
7
# __init__.py files are allowed to have unused imports and lines-too-long
0 commit comments