X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/27d20144a7517594e24a1649451177b2a11284be..b60b85b234d6a575f636d0a125478115f993c90c:/mypy.ini diff --git a/mypy.ini b/mypy.ini index 4811cc0..58bb753 100644 --- a/mypy.ini +++ b/mypy.ini @@ -2,7 +2,7 @@ # Specify the target platform details in config, so your developers are # free to run mypy on Windows, Linux, or macOS and get consistent # results. -python_version=3.6 +python_version=3.7 mypy_path=src @@ -19,11 +19,6 @@ no_implicit_reexport = False # to avoid 'em in the first place. warn_unreachable=True -[mypy-black] -# The following is because of `patch_click()`. Remove when -# we drop Python 3.6 support. -warn_unused_ignores=False - [mypy-blib2to3.driver.*] ignore_missing_imports = True