We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bca3c2d commit a3c26e9Copy full SHA for a3c26e9
.flake8
@@ -1,3 +1,7 @@
1
[flake8]
2
+# Make line length conform to black's default
3
max-line-length = 88
4
+# Workaround for https://github.com/PyCQA/pycodestyle/issues/373 ;
5
+# see also
6
+# https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html#pycodestyle
7
extend-ignore = E203
0 commit comments