Skip to content

Commit a3c26e9

Browse files
committed
Add comments to flake8 config
1 parent bca3c2d commit a3c26e9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.flake8

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
[flake8]
2+
# Make line length conform to black's default
23
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
37
extend-ignore = E203

0 commit comments

Comments
 (0)