]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
qualify mypy1.4 update for python 3.9, 3.10 +
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 21 Jun 2023 18:59:21 +0000 (14:59 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 21 Jun 2023 19:04:52 +0000 (15:04 -0400)
commit59e80b945fc8be3316307e0e004f6133dcef10c2
tree7af6c408d15bd255bd766f13a105b3ea20b40af0
parentb39af62d10f7244f99635619ddb29a45359ace92
qualify mypy1.4 update for python 3.9, 3.10 +

in I68084199858e9da901641d6036780437bcf5f2d6 we added a mypy1.4
check to check for new-style type messages.  mypy only
does lowercase types on python 3.9 and above, OR syntax on 3.10
and above.  qualify these both

Change-Id: Ic1ee12927ae02c1936d1c2905db28b587c7fece7
(cherry picked from commit cb39c0109ef5167de3a7a682cc553480172dac82)
test/ext/mypy/test_mypy_plugin_py3k.py