diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1f43972..0a2d1c6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -51,10 +51,9 @@ repos: # ] - repo: https://github.com/tox-dev/pyproject-fmt - rev: 1.7.0 + rev: 2.1.1 hooks: - id: pyproject-fmt - additional_dependencies: [tox] - repo: https://github.com/abravalheri/validate-pyproject rev: v0.16 diff --git a/pyproject.toml b/pyproject.toml index 4baf7fe..56380c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,5 +96,8 @@ extend-ignore = [ known-first-party = ["norwegianblue"] required-imports = ["from __future__ import annotations"] +[tool.pyproject-fmt] +max_supported_python = "3.13" + [tool.pytest.ini_options] addopts = "--color=yes"