[Python] Suppress new pycodestyle warning

E252 missing whitespace around parameter equals
This commit is contained in:
Olly Betts 2018-04-18 17:00:02 +12:00
commit 2ab3f4d744
3 changed files with 6 additions and 2 deletions

View file

@ -335,7 +335,7 @@ else
endif
PYCODESTYLE = @PYCODESTYLE@
PYCODESTYLE_FLAGS = --ignore=E402,E501,E30,W291,W391
PYCODESTYLE_FLAGS = --ignore=E252,E30,E402,E501,E731,W291,W391
# ----------------------------------------------------------------
# Build a C dynamically loadable module