Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35a54ee + 2fa4120 commit 1376555Copy full SHA for 1376555
2 files changed
.pre-commit-config.yaml
@@ -20,7 +20,7 @@ repos:
20
- id: sort-simple-yaml
21
files: .pre-commit-config.yaml
22
- repo: https://github.com/astral-sh/ruff-pre-commit
23
- rev: v0.14.7
+ rev: v0.14.10
24
hooks:
25
- id: ruff-format
26
- id: ruff-check
@@ -38,11 +38,11 @@ repos:
38
additional_dependencies:
39
- tomli
40
- repo: https://github.com/adhtruong/mirrors-typos
41
- rev: v1.40.0
+ rev: v1.40.1
42
43
- id: typos
44
- repo: https://github.com/woodruffw/zizmor-pre-commit
45
- rev: v1.18.0
+ rev: v1.19.0
46
47
- id: zizmor
48
args: ["--no-progress", "--fix"]
0 commit comments