We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 252b535 commit 9349971Copy full SHA for 9349971
.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.8
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