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 336424a commit c065a36Copy full SHA for c065a36
.pre-commit-config.yaml
@@ -18,7 +18,7 @@ repos:
18
- id: black
19
20
- repo: https://github.com/keewis/blackdoc
21
- rev: v0.4.3
+ rev: v0.4.5
22
hooks:
23
- id: blackdoc
24
@@ -28,7 +28,7 @@ repos:
28
- id: flake8
29
30
- repo: https://github.com/PyCQA/isort
31
- rev: 6.1.0
+ rev: 7.0.0
32
33
- id: isort
34
@@ -50,7 +50,7 @@ repos:
50
]
51
52
- repo: https://github.com/tox-dev/pyproject-fmt
53
- rev: v2.7.0
+ rev: v2.11.0
54
55
- id: pyproject-fmt
56
pyproject.toml
@@ -87,3 +87,7 @@ skip = [
87
"setup.py",
88
"doc/conf.py",
89
90
+
91
+[tool.pyproject-fmt]
92
+# maximum Python version to use when generating version specifiers
93
+max_supported_python = "3.13"
0 commit comments