]> 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 blank lines before class docstring (#3692)
authorJonathan Berthias <jvberthias@gmail.com>
Thu, 18 May 2023 23:57:17 +0000 (01:57 +0200)
committerGitHub <noreply@github.com>
Thu, 18 May 2023 23:57:17 +0000 (16:57 -0700)
commit2fd9d8b339e1e2e1b93956c6d68b2b358b3fc29d
tree53b779b70c00612a57e8093c81a501b07568d407
parentdb3668a381e82866269ff25cb4cd11d2a53d009a
Remove blank lines before class docstring (#3692)
CHANGES.md
src/black/lines.py
src/black/mode.py
tests/data/preview/no_blank_line_before_docstring.py [new file with mode: 0644]