We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
black
1 parent 036cd3f commit 324467dCopy full SHA for 324467d
.flake8
@@ -1,4 +1,5 @@
1
[flake8]
2
-max-line-length = 80
+max-line-length = 88
3
select = C,E,F,W,B,B950
4
-ignore = E501,W503
+ignore = E501,W503
5
+extend-ignore = E203, W503
0 commit comments