X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/a57ab326b20b720518ab6f513bd0f8ba357d8d86..33f0d9e79a098442135478b07b182a966f60375e:/mypy.ini diff --git a/mypy.ini b/mypy.ini index 3bb92a6..8ee9068 100644 --- a/mypy.ini +++ b/mypy.ini @@ -32,9 +32,6 @@ warn_unreachable=True disallow_untyped_defs=True check_untyped_defs=True -# No incremental mode -cache_dir=/dev/null - [mypy-black] # The following is because of `patch_click()`. Remove when # we drop Python 3.6 support.