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

Exclude broken typing-extensions version + fix import (#2460)
authorRichard Si <63936253+ichard26@users.noreply.github.com>
Sun, 29 Aug 2021 21:04:49 +0000 (17:04 -0400)
committerGitHub <noreply@github.com>
Sun, 29 Aug 2021 21:04:49 +0000 (17:04 -0400)
commita8b4665e7d6eb945c47820adb1a3f8b006adce0c
tree596d1523355c13ec8a47e0e21a1e0833dd104f33
parent16275d24e3c2ad88d953d67e7d8795fd7f73f7cb
Exclude broken typing-extensions version + fix import (#2460)

re. import, the ipynb code was assuming that typing-extensions would
always be available, but that's not the case! There's an environment
marker on the requirement meaning it won't get installed on 3.10 or
higher. The test suite didn't catch this issue since aiohttp pulls in
typing-extensions unconditionally.
CHANGES.md
setup.py
src/black/handle_ipynb_magics.py