update default docs and release process, drop bumpversion for

bump-my-version
This commit is contained in:
pacrob
2024-05-20 15:20:59 -06:00
committed by Paul Robinson
parent ea09f5ff5c
commit d8d0f05a88
13 changed files with 419 additions and 130 deletions

View File

@ -36,7 +36,7 @@ allowlist_externals=make,pre-commit
[testenv:py{38,39,310,311,312}-lint]
deps=pre-commit
commands=
pre-commit install
pre-commit install
pre-commit run --all-files --show-diff-on-failure
[testenv:py{38,39,310,311,312}-wheel]