From: Shantanu <12621235+hauntsaninja@users.noreply.github.com> Date: Mon, 14 Dec 2020 07:20:25 +0000 (-0800) Subject: Remove all trace of flake8-mypy (#1867) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/a522aa45c65bb896637d0add27b4c2a9fec6b976?hp=a522aa45c65bb896637d0add27b4c2a9fec6b976 Remove all trace of flake8-mypy (#1867) flake8-mypy is long dead and shouldn't be used, see https://github.com/ambv/flake8-mypy. We appear to use pre-commit to run mypy now anyway. I ran `pipenv uninstall flake8-mypy`, which seems to have made several changes to Pipfile.lock. Let me know if there's a better way to do this. Co-authored-by: hauntsaninja <> ---