mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 23:24:27 +01:00
pyln: Ignore generated files when linting
This commit is contained in:
committed by
Rusty Russell
parent
aa82a96034
commit
20b2f0af85
@@ -19,7 +19,7 @@ check: check-source check-pytest
|
||||
check-source: check-flake8 check-mypy
|
||||
|
||||
check-flake8:
|
||||
flake8 --ignore=E501,E731,W503,E741 pyln tests
|
||||
flake8 --ignore=E501,E731,W503,E741 --exclude '*_pb2*.py,grpc2py.py' pyln tests
|
||||
|
||||
check-pytest:
|
||||
pytest tests
|
||||
|
||||
Reference in New Issue
Block a user