diff options
| -rw-r--r-- | .pre-commit-config.yaml | 2 | ||||
| -rw-r--r-- | pyproject.toml | 2 | ||||
| -rw-r--r-- | 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 |
