]> 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 regex dependency (GH-2663)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Thu, 2 Dec 2021 22:35:02 +0000 (14:35 -0800)
committerGitHub <noreply@github.com>
Thu, 2 Dec 2021 22:35:02 +0000 (17:35 -0500)
commitbd9d52b52d58df60bffe164309a48cb61ac8d3b7
treee399981ebaf290b4e17d66c22425429569e5c76a
parent20d7ae0676be4931d0b2e6d4a6a0877070264d13
Remove regex dependency (GH-2663)

We were no longer using it since GH-2644 and GH-2654. This should hopefully
make using Black easier to use as there's one less compiled dependency.
The core team also doesn't have to deal with the surprisingly frequent fires
the regex packaging setup goes through.

Co-authored-by: Richard Si <63936253+ichard26@users.noreply.github.com>
CHANGES.md
Pipfile
Pipfile.lock
docs/integrations/editors.md
setup.py
src/black/trans.py