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

Add "# fmt: skip" directive to black (#1800)
authorSagi Shadur <saroad2@gmail.com>
Mon, 15 Feb 2021 16:02:48 +0000 (18:02 +0200)
committerGitHub <noreply@github.com>
Mon, 15 Feb 2021 16:02:48 +0000 (08:02 -0800)
commit6a105e019fcaa10cc0b6fb59edea4a4018eac97e
tree852763f154094f8274744f26d71bee73db05d4ed
parent3a309a36fcfc30a96a7fdd68b6b2c3aa2aa5341c
Add "# fmt: skip" directive to black (#1800)

Fixes #1162
README.md
src/black/__init__.py
tests/data/fmtskip.py [new file with mode: 0644]
tests/data/fmtskip2.py [new file with mode: 0644]
tests/data/fmtskip3.py [new file with mode: 0644]
tests/data/fmtskip4.py [new file with mode: 0644]
tests/data/fmtskip5.py [new file with mode: 0644]
tests/test_format.py