We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1b45b3 commit e1cf342Copy full SHA for e1cf342
.pre-commit-config.yaml
@@ -14,7 +14,6 @@ repos:
14
rev: 2.1.3
15
hooks:
16
- id: pyproject-fmt
17
- additional_dependencies: [tox]
18
19
- repo: https://github.com/abravalheri/validate-pyproject
20
rev: v0.18
pyproject.toml
@@ -25,6 +25,7 @@ classifiers = [
25
"Programming Language :: Python :: 3.10",
26
"Programming Language :: Python :: 3.11",
27
"Programming Language :: Python :: 3.12",
28
+ "Programming Language :: Python :: 3.13",
29
]
30
dynamic = [
31
"version",
@@ -44,3 +45,6 @@ version.source = "vcs"
44
45
46
[tool.hatch.version.raw-options]
47
local_scheme = "no-local-version"
48
+
49
+[tool.pyproject-fmt]
50
+max_supported_python = "3.13"
0 commit comments