mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
Temporary disable pylint on tests folder
This commit is contained in:
2
tox.ini
2
tox.ini
@ -19,5 +19,5 @@ basepython =
|
|||||||
basepython = python3
|
basepython = python3
|
||||||
extras = dev
|
extras = dev
|
||||||
commands =
|
commands =
|
||||||
pylint --rcfile={toxinidir}/.pylintrc libp2p examples tests
|
pylint --rcfile={toxinidir}/.pylintrc libp2p examples
|
||||||
mypy -p libp2p -p examples --config-file {toxinidir}/mypy.ini
|
mypy -p libp2p -p examples --config-file {toxinidir}/mypy.ini
|
||||||
|
|||||||
Reference in New Issue
Block a user