]> 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 files with type comment syntax errors (#3594)
authorTushar Sadhwani <tushar.sadhwani000@gmail.com>
Sun, 19 Mar 2023 22:52:06 +0000 (04:22 +0530)
committerGitHub <noreply@github.com>
Sun, 19 Mar 2023 22:52:06 +0000 (18:52 -0400)
commit53c23e62df9b182edf9e7ccf726acdcf8c25846f
treeb0af36230a154be5b3a4a99d1792812194b0c8e9
parentdba3c2695c59fdb11825dbdf8f3b0ab6e0b368b2
Support files with type comment syntax errors (#3594)
CHANGES.md
src/black/parsing.py
tests/data/type_comments/type_comment_syntax_error.py [new file with mode: 0644]
tests/test_format.py