]> 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 format_str() docstring to prevent users from running into NameError (#1885)
authornikkie <takuyafjp+develop@gmail.com>
Sun, 27 Dec 2020 15:18:35 +0000 (00:18 +0900)
committerGitHub <noreply@github.com>
Sun, 27 Dec 2020 15:18:35 +0000 (07:18 -0800)
commitc3df2c1a69c687d34f41478235c869d0526a46bd
treeee89462367f8d03e364dde5bf3676ce91d7b3443
parenta522aa45c65bb896637d0add27b4c2a9fec6b976
fix format_str() docstring to prevent users from running into NameError (#1885)
src/black/__init__.py