mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
merge template, fill vars, lint
This commit is contained in:
16
tox.ini
16
tox.ini
@ -1,9 +1,9 @@
|
||||
[tox]
|
||||
envlist=
|
||||
py{38,39,310,311,312}-core
|
||||
py{38,39,310,311,312}-lint
|
||||
py{38,39,310,311,312}-wheel
|
||||
py{38,39,310,311,312}-interop
|
||||
py{38,39,310,311,312,313}-core
|
||||
py{38,39,310,311,312,313}-lint
|
||||
py{38,39,310,311,312,313}-wheel
|
||||
py{38,39,310,311,312,313}-interop
|
||||
windows-wheel
|
||||
docs
|
||||
|
||||
@ -13,6 +13,9 @@ extend-ignore=E203
|
||||
max-line-length=88
|
||||
per-file-ignores=__init__.py:F401
|
||||
|
||||
[blocklint]
|
||||
max_issue_threshold=1
|
||||
|
||||
[testenv]
|
||||
usedevelop=True
|
||||
commands=
|
||||
@ -27,12 +30,13 @@ basepython=
|
||||
py310: python3.10
|
||||
py311: python3.11
|
||||
py312: python3.12
|
||||
py313: python3.13
|
||||
extras=
|
||||
test
|
||||
docs
|
||||
allowlist_externals=make,pre-commit
|
||||
|
||||
[testenv:py{38,39,310,311,312}-lint]
|
||||
[testenv:py{38,39,310,311,312,313}-lint]
|
||||
deps=pre-commit
|
||||
extras=
|
||||
dev
|
||||
@ -40,7 +44,7 @@ commands=
|
||||
pre-commit install
|
||||
pre-commit run --all-files --show-diff-on-failure
|
||||
|
||||
[testenv:py{38,39,310,311,312}-wheel]
|
||||
[testenv:py{38,39,310,311,312,313}-wheel]
|
||||
deps=
|
||||
wheel
|
||||
build[virtualenv]
|
||||
|
||||
Reference in New Issue
Block a user