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

Do not add an extra blank line to an import line that has fmt disabled (#3610)
authorYilei "Dolee" Yang <yileiyang@google.com>
Sat, 18 Mar 2023 04:39:21 +0000 (21:39 -0700)
committerGitHub <noreply@github.com>
Sat, 18 Mar 2023 04:39:21 +0000 (21:39 -0700)
commit268dcb677ce80331e0ef104d8335c2ada32872fb
tree0d79b22e3599d04ee3e314d35dbfbbecf758e9a6
parentfc6cea0f0e0f6da99fffbedbfcf3d50cc0e641a4
Do not add an extra blank line to an import line that has fmt disabled (#3610)
CHANGES.md
src/black/comments.py
src/black/lines.py
src/blib2to3/pytree.py
tests/data/simple_cases/fmtonoff.py
tests/data/simple_cases/fmtpass_imports.py [new file with mode: 0644]