mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +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
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user