summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorgabrieldemarmiesse <gabrieldemarmiesse@gmail.com>2018-08-26 17:43:24 +0200
committergabrieldemarmiesse <gabrieldemarmiesse@gmail.com>2018-08-26 17:43:24 +0200
commitc8c791ee0605307e9284bd373bf228ca220566f6 (patch)
tree521089af6f7738e7ecc9705176b3618337f3426e /tox.ini
parent3fa758548a51ccb624d123dcfb3b65a54e6139bb (diff)
downloadcython-c8c791ee0605307e9284bd373bf228ca220566f6.tar.gz
Added the pep8 rule: W291 trailing whitespaces.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index ec32cdb05..5f86476f6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -13,6 +13,6 @@ commands =
[pycodestyle]
ignore = W, E
-select = E711, E714, E501
+select = E711, E714, E501, W291
max-line-length = 150
format = pylint