Skip to content

Commit d68ef1f

Browse files
committed
Update mypy version in pre-commit and add pytest for pytest types
1 parent ddb158f commit d68ef1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ repos:
5050
- flake8-pep3101
5151
- flake8-print
5252
- repo: https://github.com/pre-commit/mirrors-mypy
53-
rev: v0.991
53+
rev: v1.4.1
5454
hooks:
5555
- id: mypy
5656
# empty args needed in order to match mypy cli behavior
@@ -59,3 +59,4 @@ repos:
5959
- types-setuptools
6060
- setuptools-scm
6161
- alabaster
62+
- pytest

0 commit comments

Comments
 (0)