]> 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 click patch (#3768)
authorShantanu <12621235+hauntsaninja@users.noreply.github.com>
Sun, 9 Jul 2023 20:29:47 +0000 (13:29 -0700)
committerGitHub <noreply@github.com>
Sun, 9 Jul 2023 20:29:47 +0000 (13:29 -0700)
commit114e8357e65384e17baaa3c31aa528371e15679b
treea814ca561e47682f66997cda230fb8d907a1a927
parent4130c65578b9ac2a42b3b18f4f38917607db3500
Remove click patch (#3768)

Apparently this was only needed on Python 3.6. We've now dropped support
for 3.6 and 3.7. It's also not needed on new enough click.
CHANGES.md
docs/contributing/reference/reference_functions.rst
src/black/__init__.py
src/blackd/__init__.py
tests/test_black.py