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

Unpacking on flow constructs (return/yield) now implies 3.8+ (#2700)
authorBatuhan Taskaya <isidentical@gmail.com>
Thu, 16 Dec 2021 00:17:33 +0000 (03:17 +0300)
committerGitHub <noreply@github.com>
Thu, 16 Dec 2021 00:17:33 +0000 (16:17 -0800)
commitdc90d4951f66ac665582159537b902017d9a0361
tree25c65ebc037c3476e78be550a0487c4086d74e78
parentf10ce0c942b41cd4c6802ba690a432c6adedc05e
Unpacking on flow constructs (return/yield) now implies 3.8+ (#2700)
CHANGES.md
src/black/__init__.py
src/black/mode.py
tests/test_black.py