Skip to content

Commit

Permalink
Turn off black caused E704 errors in flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
lloesche committed Jul 17, 2024
1 parent 8e2f42a commit cc17678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ env_list = syntax, tests, black, flake8, mypy
[flake8]
max-line-length = 120
exclude = .git,.tox,__pycache__,.idea,.pytest_cache,venv
ignore = F401, F403, F405, F811, E722, N806, N813, E266, W503, E203
ignore = F401, F403, F405, E704, F811, E722, N806, N813, E266, W503, E203

[pytest]
testpaths = test
Expand Down

0 comments on commit cc17678

Please sign in to comment.