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

Treat raw strings like other docstrings (#3947)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Mon, 16 Oct 2023 17:51:51 +0000 (10:51 -0700)
committerGitHub <noreply@github.com>
Mon, 16 Oct 2023 17:51:51 +0000 (10:51 -0700)
commitabe57e3d92727f1b26c717fad3978159b987fe79
tree4bc336ea2ac39bc30a14203cb3ead9a8093a9982
parent1648ac51806d092c95cb9bb2e4a5bffda6095bc1
Treat raw strings like other docstrings (#3947)

Fixes #3944
CHANGES.md
src/black/lines.py
src/black/mode.py
tests/data/raw_docstring.py [new file with mode: 0644]