merge template, fill vars, lint

This commit is contained in:
pacrob
2025-01-25 14:40:18 -07:00
21 changed files with 114 additions and 102 deletions

16
tox.ini
View File

@ -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]