Lint examples
in tox
This commit is contained in:
parent
529829b9f1
commit
04b7df9fcf
0
examples/__init__.py
Normal file
0
examples/__init__.py
Normal file
0
examples/chat/__init__.py
Normal file
0
examples/chat/__init__.py
Normal file
4
tox.ini
4
tox.ini
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user