diff options
author | Devaev Maxim <[email protected]> | 2018-11-07 06:27:17 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-11-07 06:27:17 +0300 |
commit | d417779f1c2fc59cb1ac0b58d422faf5715c8006 (patch) | |
tree | c28fc397617291be9dbe69bf96244a917475fd3a /tox.ini | |
parent | cd24c131992384b82b481492a32cff7cc94b5e68 (diff) |
lint fix
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -43,4 +43,5 @@ max-line-length = 160 # W503 line break before binary operator # E227 missing whitespace around bitwise or shift operator # E241 multiple spaces after -ignore=W503,E227,E241 +# E252 missing whitespace around parameter equals +ignore=W503,E227,E241,E252 |