Skip to content

Commit

Permalink
Revert "Allow trailing whitespace, since Flake8 complains about trail…
Browse files Browse the repository at this point in the history
…ing whitespace in strings and docstrings. Trailing whitespace in code will be catched by the black check anyway."

This reverts commit 0474556.

On second thoughts, the error output from black will be much worse, so it should be better to keep it.
  • Loading branch information
heyman committed Dec 3, 2020
1 parent 0474556 commit a9eae19
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 @@ -3,7 +3,7 @@ envlist = py{36,37,38,39}

[flake8]
extend-exclude = build,examples/issue_*.py
ignore = E741,F401,W503,E402,E501,E731,E713,E203,W291,W293
ignore = E741,F401,W503,E402,E501,E731,E713,E203
per-file-ignores =
locust/test/*: F841
examples/*: F841
Expand Down

0 comments on commit a9eae19

Please sign in to comment.