Skip to content
Snippets Groups Projects
Commit ea81356220f5 authored by gabrieldemarmiesse's avatar gabrieldemarmiesse
Browse files

Added the pep8 rule: W291 trailing whitespaces.

parent 2d145addfb22
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,6 @@
[pycodestyle]
ignore = W, E
select = E711, E714, E501
select = E711, E714, E501, W291
max-line-length = 150
format = pylint
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment