]> 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 --skip-magic-trailing-comma (#1824)
authorShantanu <12621235+hauntsaninja@users.noreply.github.com>
Mon, 18 Jan 2021 00:59:06 +0000 (16:59 -0800)
committerGitHub <noreply@github.com>
Mon, 18 Jan 2021 00:59:06 +0000 (16:59 -0800)
commit692c0f50d91e3163bb87401e4a0e070b2eb5b163
tree72c97d9b248abf9bab210be9b41e6492eb52e06e
parentde510478d9b12490eddf93a785494f726897363b
Add --skip-magic-trailing-comma (#1824)
README.md
docs/blackd.md
docs/installation_and_usage.md
docs/the_black_code_style.md
src/black/__init__.py
src/blackd/__init__.py
tests/data/expression_skip_magic_trailing_comma.diff [new file with mode: 0644]
tests/test_black.py