From e08940f7431965242940e19b25ddc44e145231b9 Mon Sep 17 00:00:00 2001 From: Adam Janovsky Date: Wed, 15 Feb 2023 14:26:05 +0100 Subject: bump mypy to 1.0.0 --- .pre-commit-config.yaml | 2 +- pyproject.toml | 2 +- requirements/dev_requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8501c280..7725ce34 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: hooks: - id: ruff - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v0.991" + rev: "v1.0.0" hooks: - id: mypy additional_dependencies: diff --git a/pyproject.toml b/pyproject.toml index 7406e307..0c7f33d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ dev = [ "black==23.1.0", "ruff==0.0.239", - "mypy==0.991", + "mypy==1.0.0", "types-PyYAML", "types-python-dateutil", "types-requests", diff --git a/requirements/dev_requirements.txt b/requirements/dev_requirements.txt index bad9a341..a44ecdba 100644 --- a/requirements/dev_requirements.txt +++ b/requirements/dev_requirements.txt @@ -180,7 +180,7 @@ murmurhash==1.0.9 # preshed # spacy # thinc -mypy==0.991 +mypy==1.0.0 # via sec-certs (./../pyproject.toml) mypy-extensions==0.4.3 # via -- cgit v1.3.1