diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4fa448a..8b1d7b4 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 1f31eee..4f5ca7c 100644 --- a/tox.ini +++ b/tox.ini @@ -3,15 +3,15 @@ requires = tox>=4.2 env_list = fix - type - readme - docs 3.13 3.12 3.11 3.10 3.9 3.8 + type + readme + docs skip_missing_interpreters = true [testenv]