diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2556d24..43c6308 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: - id: codespell additional_dependencies: ["tomli>=2.0.1"] - repo: https://github.com/tox-dev/tox-ini-fmt - rev: "1.3.2" + rev: "1.4.0" hooks: - id: tox-ini-fmt args: ["-p", "fix"] @@ -24,7 +24,7 @@ repos: hooks: - id: pyproject-fmt - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.6.4" + rev: "v0.6.5" hooks: - id: ruff-format - id: ruff diff --git a/tox.ini b/tox.ini index 39d8ba5..ec9a346 100644 --- a/tox.ini +++ b/tox.ini @@ -3,13 +3,13 @@ requires = tox>=4.2 env_list = fix - type - coverage - readme 3.13 3.12 3.11 3.10 + type + coverage + readme skip_missing_interpreters = true [testenv] @@ -41,6 +41,11 @@ deps = commands = pre-commit run --all-files --show-diff-on-failure +[testenv:3.13] +extras = + testing + type-comment + [testenv:type] description = run type check on code base deps = @@ -86,11 +91,6 @@ commands = pyproject-build -o {envtmpdir} --wheel --sdist . twine check {envtmpdir}/* -[testenv:3.13] -extras = - testing - type-comment - [testenv:dev] description = generate a DEV environment package = editable