From d68ef1f611c66c4882ad0038a79fe4cf78e8b678 Mon Sep 17 00:00:00 2001 From: Philippe Pepiot Date: Sat, 22 Jul 2023 12:33:35 +0200 Subject: [PATCH] Update mypy version in pre-commit and add pytest for pytest types --- .pre-commit-config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 457d7c22..4b1e0a51 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 @@ -59,3 +59,4 @@ repos: - types-setuptools - setuptools-scm - alabaster + - pytest