]> git.madduck.net Git - etc/vim.git/history - tests/data/function_trailing_comma.py

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:

Stop changing return type annotations to tuples (#2384)
[etc/vim.git] / tests / data / function_trailing_comma.py
2021-08-26 Richard SiStop changing return type annotations to tuples (#2384)
2020-08-25 Łukasz LangaAddress pre-existing trailing commas when not in the...
2020-08-21 Łukasz LangaRe-implement magic trailing comma handling:
2019-10-27 Jelle Zijlstrafix crash with long type annotations (#1093)
2019-10-20 Augie FacklerTweak collection literals to explode with trailing...
2019-06-15 dylanjblackFix trailing comma for function with one arg (#880...