We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3203f68 + 2b6941f commit e649efaCopy full SHA for e649efa
1 file changed
.pre-commit-config.yaml
@@ -15,7 +15,7 @@ repos:
15
16
# Python - Ruff
17
- repo: https://github.com/astral-sh/ruff-pre-commit
18
- rev: v0.14.4
+ rev: v0.14.6
19
hooks:
20
# Run the linter
21
- id: ruff
@@ -25,12 +25,12 @@ repos:
25
26
# Detect secrets
27
- repo: https://github.com/gitleaks/gitleaks
28
- rev: v8.24.2
+ rev: v8.29.1
29
30
- id: gitleaks
31
32
# Lint Github Actions
33
- repo: https://github.com/rhysd/actionlint
34
- rev: v1.7.8
+ rev: v1.7.9
35
36
- id: actionlint
0 commit comments