We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b90c782 commit 9cc6b50Copy full SHA for 9cc6b50
.pre-commit-config.yaml
@@ -44,13 +44,13 @@ repos:
44
# on <3.11
45
- exceptiongroup>=1.0.0rc8
46
- repo: https://github.com/tox-dev/pyproject-fmt
47
- rev: "2.2.4"
+ rev: "2.3.1"
48
hooks:
49
- id: pyproject-fmt
50
# https://pyproject-fmt.readthedocs.io/en/latest/#calculating-max-supported-python-version
51
additional_dependencies: ["tox>=4.9"]
52
- repo: https://github.com/asottile/pyupgrade
53
- rev: v3.17.0
+ rev: v3.18.0
54
55
- id: pyupgrade
56
stages: [manual]
0 commit comments