Commit db64e492 authored by scoder's avatar scoder Committed by GitHub

Merge pull request #2582 from gabrieldemarmiesse/pep8_stuff

Added the pep8 rule: W291 trailing whitespaces.
parents 3fa75854 c8c791ee
......@@ -13,6 +13,6 @@ commands =
[pycodestyle]
ignore = W, E
select = E711, E714, E501
select = E711, E714, E501, W291
max-line-length = 150
format = pylint
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment