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

Code Flag Options (#2259)
authorHassan Abouelela <abouelelahassan@gmail.com>
Wed, 2 Jun 2021 01:55:21 +0000 (04:55 +0300)
committerGitHub <noreply@github.com>
Wed, 2 Jun 2021 01:55:21 +0000 (18:55 -0700)
commit7567cdf3b4f32d4fb12bd5ca0da838f7ff252cfc
tree4a316e0f3cb7e1560318681c98604ac45f26091a
parentfdc4b67433906c2b8beeb349366a69befc37aafe
Code Flag Options (#2259)

Properly handles the diff, color, and fast option when black is run with
 the `--code` option.

Closes #2104, closes #1801.
AUTHORS.md
CHANGES.md
docs/usage_and_configuration/the_basics.md
src/black/__init__.py
src/black/files.py
tests/test_black.py