]> 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 empty lines before classes/functions with sticky leading comments. (#3302)
authorYilei "Dolee" Yang <yileiyang@google.com>
Wed, 26 Oct 2022 01:03:24 +0000 (18:03 -0700)
committerGitHub <noreply@github.com>
Wed, 26 Oct 2022 01:03:24 +0000 (18:03 -0700)
commit4abc0399b527c50369c448e00d6e204af74026e5
tree217efb377e28863090882f9ad32373edd4ebe7c3
parentfbc5136aa003d806c3af177de770bd58544fe463
Enforce empty lines before classes/functions with sticky leading comments. (#3302)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
CHANGES.md
docs/contributing/reference/reference_classes.rst
docs/the_black_code_style/future_style.md
src/black/__init__.py
src/black/lines.py
src/black/mode.py
tests/data/preview/comments9.py [new file with mode: 0644]
tests/data/preview/remove_await_parens.py
tests/data/simple_cases/comments5.py
tests/data/simple_cases/docstring_no_extra_empty_line_before_eof.py [new file with mode: 0644]