Skip to content

Commit 58a8a96

Browse files
[pre-commit.ci] pre-commit autoupdate (#2003)
updates: - [github.com/asottile/pyupgrade: v3.13.0 → v3.14.0](asottile/pyupgrade@v3.13.0...v3.14.0) - [github.com/shellcheck-py/shellcheck-py: v0.9.0.5 → v0.9.0.6](shellcheck-py/shellcheck-py@v0.9.0.5...v0.9.0.6) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7e1a19a commit 58a8a96

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 @@
1414
repos:
1515
# Autoupdate: Python code
1616
- repo: https://github.com/asottile/pyupgrade
17-
rev: v3.13.0
17+
rev: v3.14.0
1818
hooks:
1919
- id: pyupgrade
2020
args: [--py39-plus]
@@ -100,7 +100,7 @@ repos:
100100

101101
# Lint: Shell scripts
102102
- repo: https://github.com/shellcheck-py/shellcheck-py
103-
rev: v0.9.0.5
103+
rev: v0.9.0.6
104104
hooks:
105105
- id: shellcheck
106106
args: ["-x"]

0 commit comments

Comments
 (0)