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

Reformat codebase with isort
authorRichard Si <63936253+ichard26@users.noreply.github.com>
Wed, 27 Jul 2022 01:33:08 +0000 (21:33 -0400)
committerRichard Si <63936253+ichard26@users.noreply.github.com>
Wed, 27 Jul 2022 21:19:28 +0000 (17:19 -0400)
commit44d5da00b520a05cd56e58b3998660f64ea59ebd
tree52d62b9667ca2d4c86bd43d9c2194a0865d9c196
parente0a780a5056f1039edcf12c7a44198be902afbbc
Reformat codebase with isort
30 files changed:
action/main.py
fuzz.py
gallery/gallery.py
scripts/migrate-black.py
setup.py
src/black/__init__.py
src/black/brackets.py
src/black/cache.py
src/black/comments.py
src/black/debug.py
src/black/files.py
src/black/handle_ipynb_magics.py
src/black/linegen.py
src/black/lines.py
src/black/mode.py
src/black/nodes.py
src/black/output.py
src/black/parsing.py
src/black/report.py
src/black/rusty.py
src/black/trans.py
src/blackd/__init__.py
src/blackd/middlewares.py
tests/optional.py
tests/test_black.py
tests/test_blackd.py
tests/test_format.py
tests/test_ipynb.py
tests/test_no_ipynb.py
tests/test_trans.py