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

Address mypy errors on 3.10 w/ asyncio loop parameter (#2580)
authorRichard Si <63936253+ichard26@users.noreply.github.com>
Sat, 30 Oct 2021 22:35:55 +0000 (18:35 -0400)
committerGitHub <noreply@github.com>
Sat, 30 Oct 2021 22:35:55 +0000 (15:35 -0700)
commit9afffacaa0e5ac911f9feacb916bc48473dcb117
tree711188a4a425eed6b37d269a25c38b4a97b835df
parentfac498bf31af509e0f62bf61459014c9a4e094a1
Address mypy errors on 3.10 w/ asyncio loop parameter (#2580)
CHANGES.md
src/black/__init__.py
src/black/concurrency.py