diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bde865b..5baef7f 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 0b9ef9b..67656bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -125,6 +125,9 @@ count = true [tool.pyproject-fmt] max_supported_python = "3.14" +[tool.ty] +environment.python-version = "3.14" + [tool.pytest] ini_options.testpaths = [ "tests", @@ -147,6 +150,3 @@ paths.source = [ report.fail_under = 63 html.show_contexts = true html.skip_covered = false - -[tool.ty] -environment.python-version = "3.14"