diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8bf818d..ea97f53 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: - id: isort args: [--filter-files] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.991 + rev: v1.0.1 hooks: - id: mypy language: system diff --git a/pyproject.toml b/pyproject.toml index ebd37fc..a48c896 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ checks = [ "black>=23,<24", "flake8>=6,<7", "isort>=5,<6", - "mypy==0.991", + "mypy==1.0.1", "pre-commit>=2,<3", ] cloud = [