]> 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:

Handle Docstrings as bytes + strip all whitespace (#2037)
authorCiderMan <github.hills@spamgourmet.com>
Thu, 22 Apr 2021 15:40:51 +0000 (16:40 +0100)
committerGitHub <noreply@github.com>
Thu, 22 Apr 2021 15:40:51 +0000 (08:40 -0700)
commit5316bbff0e9db989db98b14761ce2c299a05895b
treec44cb5eea057d5cce288baa9106b180730c1cf94
parent1fc3215e8c8856094b20d497e4e0e3e547ed38eb
Handle Docstrings as bytes + strip all whitespace (#2037)

(fixes #1844, fixes #1923, fixes #1851, fixes #2002, fixes #2103)
CHANGES.md
src/black/__init__.py
tests/test_black.py