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 b0ff341 commit 6cd48aaCopy full SHA for 6cd48aa
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: "v0.13.3"
+ rev: "v0.14.0"
4
hooks:
5
- id: ruff-check
6
args: ["--fix"]
@@ -66,13 +66,13 @@ repos:
66
# Manual because passing pyright is a work in progress.
67
stages: [manual]
68
- repo: https://github.com/tox-dev/pyproject-fmt
69
- rev: "v2.7.0"
+ rev: "v2.10.0"
70
71
- id: pyproject-fmt
72
# https://pyproject-fmt.readthedocs.io/en/latest/#calculating-max-supported-python-version
73
additional_dependencies: ["tox>=4.9"]
74
- repo: https://github.com/asottile/pyupgrade
75
- rev: v3.20.0
+ rev: v3.21.0
76
77
- id: pyupgrade
78
args:
0 commit comments