We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f9bb76 + 6e07e2e commit a22073dCopy full SHA for a22073d
1 file changed
.pre-commit-config.yaml
@@ -22,7 +22,7 @@ repos:
22
23
# Ruff Python linter
24
- repo: https://github.com/charliermarsh/ruff-pre-commit
25
- rev: v0.12.7
+ rev: v0.12.9
26
hooks:
27
- id: ruff
28
args: [--fix]
@@ -42,7 +42,7 @@ repos:
42
43
# Shell script linting with shellcheck
44
- repo: https://github.com/koalaman/shellcheck-precommit
45
- rev: v0.10.0
+ rev: v0.11.0
46
47
- id: shellcheck
48
files: \.sh$
0 commit comments