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

Enforce a blank line after a nested class in stubs (#3564)
authorWMOkiishi <w.muneo.o@gmail.com>
Sat, 18 Mar 2023 21:04:13 +0000 (15:04 -0600)
committerGitHub <noreply@github.com>
Sat, 18 Mar 2023 21:04:13 +0000 (14:04 -0700)
commitd7a28dd78631fb962da95fb2d2de0e18ca6754a4
tree6df2e620eb199f3675483f0060bb7d040f12e6f7
parenta3e8247a41089175827a69e5413278ffdc28aff2
Enforce a blank line after a nested class in stubs (#3564)
CHANGES.md
src/black/lines.py
src/black/mode.py
tests/data/miscellaneous/nested_class_stub.pyi [new file with mode: 0644]
tests/test_format.py