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.
2 parents 1774e88 + 0f94ccf commit 163da2bCopy full SHA for 163da2b
.pre-commit-config.yaml
@@ -51,12 +51,12 @@ repos:
51
- id: add-trailing-comma
52
53
- repo: https://github.com/astral-sh/ruff-pre-commit
54
- rev: v0.6.9
+ rev: v0.7.2
55
hooks:
56
- id: ruff
57
58
- repo: https://github.com/tox-dev/pyproject-fmt
59
- rev: 2.2.4
+ rev: v2.5.0
60
61
- id: pyproject-fmt
62
pyproject.toml
@@ -26,6 +26,7 @@ classifiers = [
26
"Programming Language :: Python :: 3.10",
27
"Programming Language :: Python :: 3.11",
28
"Programming Language :: Python :: 3.12",
29
+ "Programming Language :: Python :: 3.13",
30
]
31
dynamic = [
32
"version",
0 commit comments