From: Shantanu <12621235+hauntsaninja@users.noreply.github.com> Date: Sat, 13 Aug 2022 02:28:47 +0000 (-0700) Subject: Use --no-implicit-optional for type checking (#3220) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/680cbe3a4fef175e3b4cac32641134de79c5c0ce?hp=680cbe3a4fef175e3b4cac32641134de79c5c0ce Use --no-implicit-optional for type checking (#3220) This makes type checking PEP 484 compliant (as of 2018). mypy will change its defaults soon. See: https://github.com/python/mypy/issues/9091 https://github.com/python/mypy/pull/13401 ---