diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a4ce9b93c..a3cafff72 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: - id: codespell args: ["--write-changes"] - 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 40c137e26..9fe66adb4 100644 --- a/tox.ini +++ b/tox.ini @@ -4,9 +4,6 @@ requires = env_list = fix pypy3 - coverage - readme - docs 3.13 3.12 3.11 @@ -14,6 +11,9 @@ env_list = 3.9 3.8 3.7 + coverage + readme + docs skip_missing_interpreters = true [testenv]