]> git.madduck.net Git - etc/vim.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Remove useless flake8 config + test support code (#2221)
authorRichard Si <63936253+ichard26@users.noreply.github.com>
Tue, 11 May 2021 18:09:33 +0000 (14:09 -0400)
committerGitHub <noreply@github.com>
Tue, 11 May 2021 18:09:33 +0000 (14:09 -0400)
commit94a0b07dbebabe344991dc27f9eb0b11597bb3b5
treec727a35012b0d14db34e5d532366d8a66317e947
parent53d9bace12b3aa230820c869a079020b4608c945
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.
.flake8
tests/test_black.py