diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e2d50a9..5fcf604 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-check diff --git a/pyproject.toml b/pyproject.toml index 3c88027..93f83f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -162,6 +162,9 @@ quiet-level = 3 [tool.pyproject-fmt] max_supported_python = "3.14" +[tool.ty] +environment.python-version = "3.14" + [tool.coverage] run.parallel = true run.plugins = [ @@ -182,6 +185,3 @@ paths.source = [ report.fail_under = 76 html.show_contexts = true html.skip_covered = false - -[tool.ty] -environment.python-version = "3.14"