Skip to content

Commit 4ddf58c

Browse files
committed
Enable flake8 ignore for E704 needed for new black v24.1
1 parent 961c69f commit 4ddf58c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[flake8]
22
max-line-length = 110
33
max-doc-length = 79
4-
ignore = W503, E203, N802, N803, N806, N812, N815, N816
4+
ignore = W503, E203, E704, N802, N803, N806, N812, N815, N816
55
exclude = __init__.py
66
lex.py
77
yacc.py

0 commit comments

Comments
 (0)