Skip to content

Commit c03b266

Browse files
[pre-commit.ci] pre-commit autoupdate (mathbunnyru#25)
updates: - [github.com/pre-commit/mirrors-mypy: v0.991 → v1.0.1](pre-commit/mirrors-mypy@v0.991...v1.0.1) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.4 → v3.0.0-alpha.6](pre-commit/mirrors-prettier@v3.0.0-alpha.4...v3.0.0-alpha.6) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 72b6e38 commit c03b266

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
@@ -35,7 +35,7 @@ repos:
3535

3636
# Check python code static typing
3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: v0.991
38+
rev: v1.0.1
3939
hooks:
4040
- id: mypy
4141
args: [--config, ./mypy.ini]
@@ -52,7 +52,7 @@ repos:
5252

5353
# Autoformat: YAML, JSON, Markdown, etc.
5454
- repo: https://github.com/pre-commit/mirrors-prettier
55-
rev: v3.0.0-alpha.4
55+
rev: v3.0.0-alpha.6
5656
hooks:
5757
- id: prettier
5858

0 commit comments

Comments
 (0)