]> 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 preview option support for blackd (#3217)
authorAlexandr Artemyev <mogost@gmail.com>
Sat, 13 Aug 2022 03:23:02 +0000 (09:23 +0600)
committerGitHub <noreply@github.com>
Sat, 13 Aug 2022 03:23:02 +0000 (20:23 -0700)
commit07b68e2425d2caadc2edf8fe021f60a32c6f44a7
tree883833338b0b01101fa7bead491657cad22f72d0
parent680cbe3a4fef175e3b4cac32641134de79c5c0ce
add preview option support for blackd (#3217)

Fixes #3195

Co-authored-by: Richard Si <63936253+ichard26@users.noreply.github.com>
AUTHORS.md
CHANGES.md
docs/usage_and_configuration/black_as_a_server.md
src/blackd/__init__.py
tests/test_blackd.py