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

Ensure match/case are recognized as statements (#2665)
authorBatuhan Taskaya <isidentical@gmail.com>
Thu, 2 Dec 2021 17:58:22 +0000 (20:58 +0300)
committerGitHub <noreply@github.com>
Thu, 2 Dec 2021 17:58:22 +0000 (09:58 -0800)
commit20d7ae0676be4931d0b2e6d4a6a0877070264d13
tree5945451153b8ad15a8303f7706c43f425b241129
parentb0c2bcc9537d238c8a580294ecbc41de465d7f55
Ensure match/case are recognized as statements (#2665)
CHANGES.md
src/black/nodes.py
tests/data/pattern_matching_style.py [new file with mode: 0644]
tests/test_format.py