diff options
| author | adamjanovsky | 2023-02-15 14:26:36 +0100 |
|---|---|---|
| committer | GitHub | 2023-02-15 14:26:36 +0100 |
| commit | c2d0bf8dbf5d357143db74fbc95b75ba8f22140c (patch) | |
| tree | 07e4cfbed366584e124b2b175c4c649c841ba9ef | |
| parent | fb72704695ec3765d8b7f83f1dc2890e33efce85 (diff) | |
| parent | e08940f7431965242940e19b25ddc44e145231b9 (diff) | |
| download | sec-certs-c2d0bf8dbf5d357143db74fbc95b75ba8f22140c.tar.gz sec-certs-c2d0bf8dbf5d357143db74fbc95b75ba8f22140c.tar.zst sec-certs-c2d0bf8dbf5d357143db74fbc95b75ba8f22140c.zip | |
Merge pull request #316 from crocs-muni/bump-mypy-to-1-0-0
bump mypy to 1.0.0
| -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 |
