We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acf0a46 commit 6bd0553Copy full SHA for 6bd0553
.pre-commit-config.yaml
@@ -24,7 +24,7 @@ repos:
24
)
25
26
- repo: https://github.com/psf/black
27
- rev: 24.8.0
+ rev: 24.10.0
28
hooks:
29
- id: black
30
files: >-
@@ -36,7 +36,7 @@ repos:
36
37
38
- repo: https://github.com/tox-dev/pyproject-fmt
39
- rev: 2.2.4
+ rev: 2.3.0
40
41
- id: pyproject-fmt
42
pyproject.toml
@@ -31,6 +31,7 @@ classifiers = [
31
"Programming Language :: Python :: 3.10",
32
"Programming Language :: Python :: 3.11",
33
"Programming Language :: Python :: 3.12",
34
+ "Programming Language :: Python :: 3.13",
35
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Internet :: WWW/HTTP",
0 commit comments