Skip to content

Commit a22073d

Browse files
authored
Merge pull request #1 from allnes/update-pre-commit-hooks
[pre-commit] Update hooks versions
2 parents 1f9bb76 + 6e07e2e commit a22073d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222

2323
# Ruff Python linter
2424
- repo: https://github.com/charliermarsh/ruff-pre-commit
25-
rev: v0.12.7
25+
rev: v0.12.9
2626
hooks:
2727
- id: ruff
2828
args: [--fix]
@@ -42,7 +42,7 @@ repos:
4242

4343
# Shell script linting with shellcheck
4444
- repo: https://github.com/koalaman/shellcheck-precommit
45-
rev: v0.10.0
45+
rev: v0.11.0
4646
hooks:
4747
- id: shellcheck
4848
files: \.sh$

0 commit comments

Comments
 (0)