Skip to content

Commit 3f00a2f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.3.2 → v0.3.3](astral-sh/ruff-pre-commit@v0.3.2...v0.3.3) - [github.com/shellcheck-py/shellcheck-py: v0.9.0.6 → v0.10.0.1](shellcheck-py/shellcheck-py@v0.9.0.6...v0.10.0.1)
1 parent a8d1def commit 3f00a2f

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
@@ -14,7 +14,7 @@ repos:
1414
- id: trailing-whitespace
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.3.2
17+
rev: v0.3.3
1818
hooks:
1919
- id: ruff
2020
args: ["--fix", "--show-fixes"]
@@ -54,7 +54,7 @@ repos:
5454
additional_dependencies: *mypy-dependencies
5555

5656
- repo: https://github.com/shellcheck-py/shellcheck-py
57-
rev: v0.9.0.6
57+
rev: v0.10.0.1
5858
hooks:
5959
- id: shellcheck
6060

0 commit comments

Comments
 (0)