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

Fix feature detection for positional-only arguments in lambdas (#2532)
authorZac Hatfield-Dodds <zac.hatfield.dodds@gmail.com>
Tue, 12 Oct 2021 04:45:58 +0000 (15:45 +1100)
committerGitHub <noreply@github.com>
Tue, 12 Oct 2021 04:45:58 +0000 (21:45 -0700)
commit2f3fa1f6d0cbc2a3f31c7440c422da173b068e7b
tree6786b6d6e44ea7dcfd9ed5c137de529f61fdeedd
parent3b2a7d196bc1984aed194cca26a7900968ce4409
Fix feature detection for positional-only arguments in lambdas (#2532)
CHANGES.md
src/black/__init__.py
tests/test_black.py