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

Implementing mypyc support pt. 2 (#2431)
authorRichard Si <63936253+ichard26@users.noreply.github.com>
Tue, 16 Nov 2021 04:24:16 +0000 (23:24 -0500)
committerGitHub <noreply@github.com>
Tue, 16 Nov 2021 04:24:16 +0000 (20:24 -0800)
commit117891878e5be4d6b771ae5de299e51b679cea27
tree24c47bebd6707ae2753e066facd864606a6d5cff
parent1d7260050d846d2ba2dd5bb22944b032245c7e51
Implementing mypyc support pt. 2  (#2431)
22 files changed:
mypy.ini
pyproject.toml
setup.py
src/black/__init__.py
src/black/brackets.py
src/black/comments.py
src/black/files.py
src/black/handle_ipynb_magics.py
src/black/linegen.py
src/black/mode.py
src/black/nodes.py
src/black/output.py
src/black/parsing.py
src/black/strings.py
src/black/trans.py
src/black_primer/cli.py
src/blib2to3/README
src/blib2to3/pgen2/driver.py
src/blib2to3/pgen2/parse.py
src/blib2to3/pgen2/tokenize.py
src/blib2to3/pytree.py
tests/test_black.py