Skip to content

Commit de34690

Browse files
ignore E231 for flake8
1 parent 6f95f23 commit de34690

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
max-line-length = 88
33
extend-ignore =
44
# See https://github.com/PyCQA/pycodestyle/issues/373
5-
E203,
5+
E203, E231
66
no-isort-config = True

0 commit comments

Comments
 (0)