Skip to content

Commit 4772d44

Browse files
[pre-commit] Update hooks versions (#601)
🤖 This PR was created automatically by the update-pre-commit workflow. Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Nesterov Alexander <[email protected]>
1 parent cd6237a commit 4772d44

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.8
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)