Skip to content

Commit d0406c7

Browse files
[pre-commit.ci] pre-commit autoupdate (#3563)
updates: - [github.com/pre-commit/mirrors-mypy: v0.910-1 → v0.920](pre-commit/mirrors-mypy@v0.910-1...v0.920) - [github.com/shellcheck-py/shellcheck-py: v0.8.0.1 → v0.8.0.2](shellcheck-py/shellcheck-py@v0.8.0.1...v0.8.0.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7516811 commit d0406c7

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
@@ -104,7 +104,7 @@ repos:
104104

105105
# Check static types with mypy
106106
- repo: https://github.com/pre-commit/mirrors-mypy
107-
rev: v0.910-1
107+
rev: v0.920
108108
hooks:
109109
- id: mypy
110110
# Running per-file misbehaves a bit, so just run on all files, it's fast
@@ -128,7 +128,7 @@ repos:
128128
args: ["-L", "nd,ot,thist"]
129129

130130
- repo: https://github.com/shellcheck-py/shellcheck-py
131-
rev: v0.8.0.1
131+
rev: v0.8.0.2
132132
hooks:
133133
- id: shellcheck
134134

0 commit comments

Comments
 (0)