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

Imply 3.8+ when annotated assigments used with unparenthesized tuples (#2708)
authorBatuhan Taskaya <isidentical@gmail.com>
Fri, 17 Dec 2021 21:43:14 +0000 (00:43 +0300)
committerGitHub <noreply@github.com>
Fri, 17 Dec 2021 21:43:14 +0000 (13:43 -0800)
commitb97ec62368ac57b29a0ccd5fc68ba875418eb8cc
tree1c0f857ff9e243046c5160696545c50271203fb6
parent61fe8418cc868723759fb08d76adab1542bb7630
Imply 3.8+ when annotated assigments used with unparenthesized tuples (#2708)
CHANGES.md
src/black/__init__.py
src/black/mode.py
tests/test_black.py