diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1540d79..6f4b9be 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.16.2" + rev: "v2.19.0" hooks: - id: pyproject-fmt - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.15.5" + rev: "v0.15.6" hooks: - id: ruff-format - id: ruff diff --git a/pyproject.toml b/pyproject.toml index 75b60cc..94a39b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,6 +97,9 @@ count = true [tool.pyproject-fmt] max_supported_python = "3.14" +[tool.ty] +environment.python-version = "3.14" + [tool.coverage] run.branch = true run.dynamic_context = "test_function" @@ -120,6 +123,3 @@ report.fail_under = 100 report.show_missing = true html.show_contexts = true html.skip_covered = false - -[tool.ty] -environment.python-version = "3.14"