Skip to content

Commit

Permalink
Update mypy version in pre-commit and add pytest for pytest types
Browse files Browse the repository at this point in the history
  • Loading branch information
philpep committed Jul 22, 2023
1 parent ddb158f commit d68ef1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ repos:
- flake8-pep3101
- flake8-print
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.991
rev: v1.4.1
hooks:
- id: mypy
# empty args needed in order to match mypy cli behavior
Expand All @@ -59,3 +59,4 @@ repos:
- types-setuptools
- setuptools-scm
- alabaster
- pytest

0 comments on commit d68ef1f

Please sign in to comment.