Skip to content

Commit 3b998a5

Browse files
committed
Update MyPy to version 1.2.0
Signed-off-by: Petr "Stone" Hracek <[email protected]>
1 parent 744b34a commit 3b998a5

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
@@ -14,7 +14,7 @@ repos:
1414
- id: end-of-file-fixer
1515
- id: trailing-whitespace
1616
- repo: https://github.com/pre-commit/mirrors-mypy
17-
rev: v0.910
17+
rev: v1.2.0
1818
hooks:
1919
- id: mypy
2020
args: [--strict, --ignore-missing-imports, --install-types, --non-interactive]

0 commit comments

Comments
 (0)