Commit c8c791ee authored by gabrieldemarmiesse's avatar gabrieldemarmiesse

Added the pep8 rule: W291 trailing whitespaces.

parent 3fa75854
...@@ -13,6 +13,6 @@ commands = ...@@ -13,6 +13,6 @@ commands =
[pycodestyle] [pycodestyle]
ignore = W, E ignore = W, E
select = E711, E714, E501 select = E711, E714, E501, W291
max-line-length = 150 max-line-length = 150
format = pylint 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