We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb2aa7a commit 0868856Copy full SHA for 0868856
1 file changed
.pre-commit-config.yaml
@@ -15,24 +15,24 @@ repos:
15
- id: codespell
16
additional_dependencies: ["tomli>=2.4"]
17
- repo: https://github.com/tox-dev/pyproject-fmt
18
- rev: "v2.21.0"
+ rev: "v2.21.1"
19
hooks:
20
- id: pyproject-fmt
21
- repo: https://github.com/astral-sh/ruff-pre-commit
22
- rev: "v0.15.10"
+ rev: "v0.15.11"
23
24
- id: ruff-format
25
- id: ruff
26
args: ["--fix", "--unsafe-fixes", "--exit-non-zero-on-fix"]
27
- repo: https://github.com/rbubley/mirrors-prettier
28
- rev: "v3.8.2"
+ rev: "v3.8.3"
29
30
- id: prettier
31
additional_dependencies:
32
- prettier@3.8.1
33
- "@prettier/plugin-xml@3.4.2"
34
- repo: https://github.com/zizmorcore/zizmor-pre-commit
35
- rev: v1.24.0
+ rev: v1.24.1
36
37
- id: zizmor
38
- repo: meta
0 commit comments