]> git.madduck.net Git - etc/vim.git/history - tests/test_format.py

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:

blib2to3: support unparenthesized wulruses in more places (#2447)
[etc/vim.git] / tests / test_format.py
2021-06-08 Sergey VartanovPossible fix for issue with indentation and fmt: skip...
2021-05-08 Richard SiSpeed up tests even more (#2205)
2021-05-08 Łukasz LangaRefactor `src/black/__init__.py` into many files (...
2021-05-04 KotlinIslandadd test configurations that don't contain python2...
2021-04-26 Jelle Zijlstrafix magic comma and experimental string cache flags...
2021-04-11 Pierre SassoulasRemove NBSP at the beginning of comments (#2092)
2021-02-15 Sagi ShadurAdd "# fmt: skip" directive to black (#1800)
2020-10-30 Sagi ShadurExtract formatting tests (#1785)