From: Richard Si <63936253+ichard26@users.noreply.github.com> Date: Tue, 11 May 2021 18:09:33 +0000 (-0400) Subject: Remove useless flake8 config + test support code (#2221) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/94a0b07dbebabe344991dc27f9eb0b11597bb3b5?hp=94a0b07dbebabe344991dc27f9eb0b11597bb3b5 Remove useless flake8 config + test support code (#2221) We've depended on Click 7.x ever since we broke CI systems across the world (oops lol) and flake8-mypy was purged a fair bit back: #1867 Also remove the primer tests import in tests/test_black.py because it's annoying when just trying to actually target tests/test_black.py tests. `pytest -k test_black.py` doesn't do what you expect due to that import. ---