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

fix typing issue around lru_cache arguments (#2098)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Sun, 11 Apr 2021 14:49:42 +0000 (07:49 -0700)
committerGitHub <noreply@github.com>
Sun, 11 Apr 2021 14:49:42 +0000 (07:49 -0700)
commit2116eca51f1108ebc924185c87bc363d8e0329b3
tree15bac605d719fd2ac9b9e32c6fed2d85f241204a
parente4003c2c439fc08a407d3024a195c010f03c4173
fix typing issue around lru_cache arguments (#2098)

This was found by python/mypy#10308
src/black/__init__.py