[Python] Suppress new pycodestyle warning
E252 missing whitespace around parameter equals
This commit is contained in:
parent
34ee191769
commit
2ab3f4d744
3 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue