]> git.madduck.net Git - etc/vim.git/history - tests/test_black.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:

It's obviously not just me, yo. Thanks y'all đŸ–€
[etc/vim.git] / tests / test_black.py
2018-03-27 Ɓukasz LangaDon't crash and burn on empty lines with trailing white...
2018-03-24 Ɓukasz LangaImplement `# fmt: off` and `# fmt: on`
2018-03-23 Ɓukasz LangaIntroduce DebugVisitor.show() + tests
2018-03-23 Ɓukasz LangaAutomatic detection of deprecated Python 2 forms of...
2018-03-23 Ɓukasz LangaOnly return exit code 1 when --check is used
2018-03-21 Ɓukasz LangaSupport skipping AST printing on test failure
2018-03-21 Ɓukasz LangaDon't write back stdin to stdout when --check is passed
2018-03-21 Ɓukasz LangaDon't remove single empty lines outside of bracketed...
2018-03-19 treuherzAdd piping from stdin to stdout with a - (#25)
2018-03-16 Ɓukasz LangaAlso run mypy on test_black.py
2018-03-16 Ɓukasz LangaOnly use trailing commas in function signatures when...
2018-03-16 Ɓukasz LangaFix tests after introducing --check
2018-03-14 Ɓukasz LangaInitial commit