mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 22:45:27 +01:00
py: Ignore missing whitespace after keyword for now
This commit is contained in:
parent
4d668e76a0
commit
6d67eb934d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -535,7 +535,7 @@ check-python-flake8:
|
||||||
@# E731 do not assign a lambda expression, use a def
|
@# E731 do not assign a lambda expression, use a def
|
||||||
@# W503: line break before binary operator
|
@# W503: line break before binary operator
|
||||||
@# E741: ambiguous variable name
|
@# E741: ambiguous variable name
|
||||||
@flake8 --ignore=E501,E731,E741,W503,F541 --exclude $(shell echo ${PYTHON_GENERATED} | sed 's/ \+/,/g') ${PYSRC}
|
@flake8 --ignore=E501,E731,E741,W503,F541,E275 --exclude $(shell echo ${PYTHON_GENERATED} | sed 's/ \+/,/g') ${PYSRC}
|
||||||
|
|
||||||
check-pytest-pyln-proto:
|
check-pytest-pyln-proto:
|
||||||
PATH=$(PYLN_PATH) PYTHONPATH=$(MY_CHECK_PYTHONPATH) $(PYTEST) contrib/pyln-proto/tests/
|
PATH=$(PYLN_PATH) PYTHONPATH=$(MY_CHECK_PYTHONPATH) $(PYTEST) contrib/pyln-proto/tests/
|
||||||
|
|
Loading…
Add table
Reference in a new issue