We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fb3d95 commit 1db4eaeCopy full SHA for 1db4eae
1 file changed
.pre-commit-config.yaml
@@ -25,7 +25,7 @@ repos:
25
26
# https://docs.astral.sh/ruff/integrations/#pre-commit
27
- repo: https://github.com/astral-sh/ruff-pre-commit
28
- rev: v0.15.9
+ rev: v0.15.10
29
hooks:
30
# Run the linter with fixes
31
- id: ruff-check
@@ -34,7 +34,7 @@ repos:
34
- id: ruff-format
35
36
- repo: https://github.com/crate-ci/typos
37
- rev: v1.45.0
+ rev: v1.45.1
38
39
- id: typos
40
@@ -53,7 +53,7 @@ repos:
53
54
# zizmor detects security vulnerabilities in GitHub Actions workflows.
55
- repo: https://github.com/woodruffw/zizmor-pre-commit
56
- rev: v1.23.1
+ rev: v1.24.0
57
58
- id: zizmor
59
0 commit comments