Skip to content

Commit 7737649

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-mypy: v1.17.0 → v1.17.1](pre-commit/mirrors-mypy@v1.17.0...v1.17.1) - [github.com/koalaman/shellcheck-precommit: v0.10.0 → v0.11.0](koalaman/shellcheck-precommit@v0.10.0...v0.11.0)
1 parent 04faf74 commit 7737649

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
@@ -49,7 +49,7 @@ repos:
4949
- id: codespell
5050
args: ["--config=.codespellrc", "--dictionary=-", "--dictionary=.codespell_dict"]
5151
- repo: https://github.com/pre-commit/mirrors-mypy
52-
rev: v1.17.0
52+
rev: v1.17.1
5353
hooks:
5454
- id: mypy
5555
# Sync with project.optional-dependencies.typing
@@ -68,6 +68,6 @@ repos:
6868
args: ["tools/schemacode/src"]
6969
pass_filenames: false
7070
- repo: https://github.com/koalaman/shellcheck-precommit
71-
rev: v0.10.0
71+
rev: v0.11.0
7272
hooks:
7373
- id: shellcheck

0 commit comments

Comments
 (0)