diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 880a272..3ed1293 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 7b57ef0..c17c126 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ checks = [ "black>=23,<24", "flake8>=6,<7", "isort>=5,<6", - "mypy==0.991", + "mypy==1.0.1", "pre-commit>=2,<3", ] docs = [