Skip to content

Commit

Permalink
Set max_supported_python to 3.13 for pyproject-fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Jul 1, 2024
1 parent 48c77d4 commit 7a7bad2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ repos:
rev: 2.1.3
hooks:
- id: pyproject-fmt
additional_dependencies: [tox]

- repo: https://github.com/abravalheri/validate-pyproject
rev: v0.18
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,6 @@ extend-ignore = [
[tool.ruff.lint.isort]
known-first-party = ["prettytable"]
required-imports = ["from __future__ import annotations"]

[tool.pyproject-fmt]
max_supported_python = "3.13"

0 comments on commit 7a7bad2

Please sign in to comment.