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

Support PEP-570 (positional only arguments) (#946)
authorZsolt Dollenstein <zsol.zsol@gmail.com>
Sun, 28 Jul 2019 15:17:33 +0000 (16:17 +0100)
committerGitHub <noreply@github.com>
Sun, 28 Jul 2019 15:17:33 +0000 (16:17 +0100)
commit2848e2e1d6527d6031ea020cd991fd73e52c4a0b
tree50c05f251a8b42f3cac38daadbefed848a5bdf09
parentd8fa8df0526de9c0968e0a3568008f58eae45364
Support PEP-570 (positional only arguments) (#946)

Code using positional only arguments is considered >= 3.8
black.py
blib2to3/Grammar.txt
tests/data/pep_570.py [new file with mode: 0644]
tests/test_black.py