Commit c8c791ee authored by gabrieldemarmiesse's avatar gabrieldemarmiesse

Added the pep8 rule: W291 trailing whitespaces.

parent 3fa75854
......@@ -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