mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
Update tox.ini
Add `pre-commit install` here since it was removed from ci config
This commit is contained in:
1
tox.ini
1
tox.ini
@ -31,6 +31,7 @@ allowlist_externals=make,pre-commit
|
|||||||
[testenv:py{38,39,310,311}-lint]
|
[testenv:py{38,39,310,311}-lint]
|
||||||
deps=pre-commit
|
deps=pre-commit
|
||||||
commands=
|
commands=
|
||||||
|
pre-commit install
|
||||||
pre-commit run --all-files --show-diff-on-failure
|
pre-commit run --all-files --show-diff-on-failure
|
||||||
|
|
||||||
[testenv:py{38,39,310,311}-wheel]
|
[testenv:py{38,39,310,311}-wheel]
|
||||||
|
|||||||
Reference in New Issue
Block a user