mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
Show diff on incorrectly sorted imports
This commit is contained in:
2
tox.ini
2
tox.ini
@ -40,7 +40,7 @@ extras = dev
|
|||||||
commands =
|
commands =
|
||||||
mypy -p libp2p -p examples --config-file {toxinidir}/mypy.ini
|
mypy -p libp2p -p examples --config-file {toxinidir}/mypy.ini
|
||||||
black --check libp2p tests tests_interop examples setup.py
|
black --check libp2p tests tests_interop examples setup.py
|
||||||
isort --recursive --check-only libp2p tests tests_interop examples setup.py
|
isort --recursive --check-only --diff libp2p tests tests_interop examples setup.py
|
||||||
flake8 libp2p tests tests_interop examples setup.py
|
flake8 libp2p tests tests_interop examples setup.py
|
||||||
|
|
||||||
[testenv:py37-interop]
|
[testenv:py37-interop]
|
||||||
|
|||||||
Reference in New Issue
Block a user