Skip to content

Commit 39be057

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-mypy: v1.1.1 → v1.2.0](pre-commit/mirrors-mypy@v1.1.1...v1.2.0)
1 parent f34ac70 commit 39be057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
language_version: python3.9
1717

1818
- repo: https://github.com/pre-commit/mirrors-mypy
19-
rev: "v1.1.1" # Use the sha / tag you want to point at
19+
rev: "v1.2.0" # Use the sha / tag you want to point at
2020
hooks:
2121
- id: mypy
2222
args: [ "--allow-untyped-globals", "--ignore-missing-imports" ]

0 commit comments

Comments
 (0)