]> git.madduck.net Git - etc/vim.git/blobdiff - pyproject.toml

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:

update to mypy 0.620 and make tests pass again
[etc/vim.git] / pyproject.toml
index 5ee08115c73881698065e33edbd7edb5c5d50967..aa44ec39dd24b4910cb9def99485c0ec115b45b5 100644 (file)
@@ -70,6 +70,6 @@ coverage = "^4.5"
 flake8 = "^3.5"
 flake8-bugbear = "^18.2"
 flake8-mypy = "^17.8"
-mypy = "^0.600"
+mypy = "^0.620"
 readme_renderer = "^21.0"
 recommonmark = "^0.4.0"