mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-11 23:51:07 +00:00
Lint examples in tox
This commit is contained in:
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
|
basepython = python3
|
||||||
extras = dev
|
extras = dev
|
||||||
commands =
|
commands =
|
||||||
pylint --rcfile={toxinidir}/.pylintrc libp2p tests
|
pylint --rcfile={toxinidir}/.pylintrc libp2p examples tests
|
||||||
mypy -p libp2p --config-file {toxinidir}/mypy.ini
|
mypy -p libp2p -p examples --config-file {toxinidir}/mypy.ini
|
||||||
|
|||||||
Reference in New Issue
Block a user