Lint examples in tox

This commit is contained in:
mhchia 2019-07-24 18:00:57 +08:00
parent 529829b9f1
commit 04b7df9fcf
No known key found for this signature in database
GPG Key ID: 389EFBEA1362589A
3 changed files with 2 additions and 2 deletions

0
examples/__init__.py Normal file
View File

View File

View File

@ -19,5 +19,5 @@ basepython =
basepython = python3
extras = dev
commands =
pylint --rcfile={toxinidir}/.pylintrc libp2p tests
mypy -p libp2p --config-file {toxinidir}/mypy.ini
pylint --rcfile={toxinidir}/.pylintrc libp2p examples tests
mypy -p libp2p -p examples --config-file {toxinidir}/mypy.ini