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

dont skip formatting #%% (#2919)
authorMarco Edward Gorelli <marcogorelli@protonmail.com>
Mon, 21 Mar 2022 21:51:07 +0000 (21:51 +0000)
committerGitHub <noreply@github.com>
Mon, 21 Mar 2022 21:51:07 +0000 (14:51 -0700)
commitf87df0e3c8735de416b6392ce7f21c6ba194424d
treeed4cef04d74d1ca6c6254d97c44dc653f4b3019d
parentfa7f01592b02229ff47f3bcab39a9b7d6c59f07c
dont skip formatting #%% (#2919)

Fixes #2588
CHANGES.md
src/black/__init__.py
src/black/comments.py
src/black/linegen.py
tests/data/comments8.py [new file with mode: 0644]
tests/test_format.py