diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 06354c4..1ad887e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -84,7 +84,7 @@ repos: - id: forbid-crlf - repo: https://github.com/python-formate/snippet-fmt - rev: v0.3.1 + rev: v0.3.2 hooks: - id: snippet-fmt additional_dependencies: diff --git a/tox.ini b/tox.ini index 8b402bf..912705e 100644 --- a/tox.ini +++ b/tox.ini @@ -3,6 +3,10 @@ # * tox # * envlists # * testenv:.package +# * testenv:py315-dev +# * testenv:py315 +# * testenv:py314-dev +# * testenv:py314 # * testenv:py313-dev # * testenv:py313 # * testenv:py312-dev @@ -66,6 +70,11 @@ setenv = PYTHONDEVMODE=1 PIP_DISABLE_PIP_VERSION_CHECK=1 +[testenv:py314] +setenv = + PYTHONDEVMODE=1 + PIP_DISABLE_PIP_VERSION_CHECK=1 + [testenv:py313] setenv = PYTHONDEVMODE=1