fix E221 multiple spaces before operator

This commit is contained in:
MarkusHackspacher 2018-03-18 00:47:54 +01:00
parent 41f893806a
commit 710d8735d4
5 changed files with 20 additions and 20 deletions

View File

@ -1,5 +1,5 @@
[pycodestyle]
count=1
select = W1, W2, W3, E11, E125, E129, E211, E222, E227, E262, E266, E271, E272, E3, E703, E711, E712, E713, E721, E9
select = W, E11, E125, E129, E211, E221, E222, E227, E262, E266, E271, E272, E3, E703, E711, E712, E713, E721, E9
# https://pycodestyle.readthedocs.io/en/latest/intro.html#error-codes
max-line-length = 100