]> git.madduck.net Git - etc/vim.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Bump mypy[c] from 0.971 to 0.991 (#3380)
authorRichard Si <63936253+ichard26@users.noreply.github.com>
Sat, 10 Dec 2022 20:56:34 +0000 (15:56 -0500)
committerGitHub <noreply@github.com>
Sat, 10 Dec 2022 20:56:34 +0000 (12:56 -0800)
.pre-commit-config.yaml
CHANGES.md
pyproject.toml

index 0be8dc4289090ef97f4aa96fef83471b837016a8..2d5ac26b6290c182e1951d2c984842052599079e 100644 (file)
@@ -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
index e781cbd523e715ebccca5b0846d517431f085dfa..86d44f033b8d10ab3a572cf7bf9256f27968bd24 100644 (file)
@@ -24,6 +24,9 @@
 
 <!-- Changes to how Black is packaged, such as dependency requirements -->
 
+- Upgrade mypyc from `0.971` to `0.991` so mypycified _Black_ can be built on armv7
+  (#3380)
+
 ### Parser
 
 <!-- Changes to the parser or to version autodetection -->
index 329adaa65d8c9f6335fd1b270552abdc9674ea22..aede497e2af1d25febc7022c09c8793ad0541cbc 100644 (file)
@@ -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",
 ]