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 994a465 commit cbc1eaaCopy full SHA for cbc1eaa
.pre-commit-config.yaml
@@ -15,15 +15,15 @@ repos:
15
- id: codespell
16
additional_dependencies: ["tomli>=2.4"]
17
- repo: https://github.com/tox-dev/tox-toml-fmt
18
- rev: "v1.9.1"
+ rev: "v1.9.2"
19
hooks:
20
- id: tox-toml-fmt
21
- repo: https://github.com/tox-dev/pyproject-fmt
22
- rev: "v2.21.0"
+ rev: "v2.21.1"
23
24
- id: pyproject-fmt
25
- repo: https://github.com/astral-sh/ruff-pre-commit
26
- rev: "v0.15.9"
+ rev: "v0.15.10"
27
28
- id: ruff-format
29
- id: ruff
@@ -41,7 +41,7 @@ repos:
41
42
- id: yamlfmt
43
- repo: https://github.com/zizmorcore/zizmor-pre-commit
44
- rev: v1.23.1
+ rev: v1.24.1
45
46
- id: zizmor
47
- repo: meta
0 commit comments