From: Richard Si <63936253+ichard26@users.noreply.github.com> Date: Sat, 10 Dec 2022 20:56:34 +0000 (-0500) Subject: Bump mypy[c] from 0.971 to 0.991 (#3380) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/80de2372e4ec385c082c38f365414ac3622a4010?hp=5f0dc862f5bbfc8abed3f29d76325404eb4f99c0 Bump mypy[c] from 0.971 to 0.991 (#3380) --- diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0be8dc4..2d5ac26 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,7 +38,7 @@ repos: - flake8-simplify - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.971 + rev: v0.991 hooks: - id: mypy exclude: ^docs/conf.py diff --git a/CHANGES.md b/CHANGES.md index e781cbd..86d44f0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -24,6 +24,9 @@ +- Upgrade mypyc from `0.971` to `0.991` so mypycified _Black_ can be built on armv7 + (#3380) + ### Parser diff --git a/pyproject.toml b/pyproject.toml index 329adaa..aede497 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -119,7 +119,7 @@ sources = ["src"] enable-by-default = false dependencies = [ "hatch-mypyc>=0.13.0", - "mypy==0.971", + "mypy==0.991", # Required stubs to be removed when the packages support PEP 561 themselves "types-typed-ast>=1.4.2", ]