Skip to content

Commit 290c698

Browse files
committed
Adjust flake8 to black
1 parent 7cf9b44 commit 290c698

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# E203 is whitespace before ':'; we follow black's formatting here. See https://black.readthedocs.io/en/stable/faq.html#why-are-flake8-s-e203-and-w503-violated
33
# E501 is line length, managed by black
44
# W503 is line breaks before binary operators, which has been reversed in PEP 8.
5-
ignore = E203,E501,W503
5+
# E701,E704 are multiple statements on one line; we follow black's formatting here. See https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html#configuration
6+
ignore = E203,E501,W503,E701,E704
67
max-complexity = 14
78
exclude=.eggs,.git,.tox,.venv,build,docs/conf.py,docs/standards,project_templates/cwl_draft3_spec/

0 commit comments

Comments
 (0)