diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a2d5ccb..d80d1a6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,11 +19,11 @@ repos: hooks: - id: tox-toml-fmt - repo: https://github.com/tox-dev/pyproject-fmt - rev: "v2.18.1" + rev: "v2.20.0" hooks: - id: pyproject-fmt - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.15.6" + rev: "v0.15.7" hooks: - id: ruff-format - id: ruff diff --git a/pyproject.toml b/pyproject.toml index e07811e..fa1e23b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -130,6 +130,9 @@ count = true [tool.pyproject-fmt] max_supported_python = "3.14" +[tool.ty] +environment.python-version = "3.14" + [tool.coverage] run.parallel = true run.plugins = [ @@ -143,6 +146,3 @@ paths.source = [ report.fail_under = 100 html.show_contexts = true html.skip_covered = false - -[tool.ty] -environment.python-version = "3.14"