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

Improve handling of root to get_sources (#3847)
authorShantanu <12621235+hauntsaninja@users.noreply.github.com>
Sat, 19 Aug 2023 15:13:05 +0000 (08:13 -0700)
committerGitHub <noreply@github.com>
Sat, 19 Aug 2023 15:13:05 +0000 (08:13 -0700)
commit6310a405f6663948f7e0b9411cb54e5db2b712a6
treebeeed9ccb647bffd7e4c50be1219f19d77937dc9
parent066aa9210ac7815cbb9b4a25075f54d614b0afc7
Improve handling of root to get_sources (#3847)

This is a little more type safe and a little cleaner
src/black/__init__.py
tests/test_black.py