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

Preserve line endings when formatting a file in place (#288)
[etc/vim.git] / tests / test_black.py
2018-06-04 Zsolt DollensteinPreserve line endings when formatting a file in place...
2018-06-04 Łukasz LangaAdd `--verbose` and report excluded paths in it, too
2018-06-04 Łukasz LangaIntroduce "project root" as a concept
2018-06-01 Zsolt DollensteinSkip symlink test if can't create one (#287)
2018-06-01 Łukasz LangaMake empty --include mean "anything goes", simplify...
2018-06-01 Mika⠙Added --include and --exclude cli options (#281)
2018-05-30 Łukasz LangaAdd --skip-string-normalization
2018-05-29 Łukasz LangaRefactor --pyi and --py36 into FileMode
2018-05-29 Luka SterbicClass new line between docstrings / vars / methods...
2018-05-23 Carl MeyerAdd --pyi and --py36 flags (#249)
2018-05-15 Jelle ZijlstraAdd support for pyi files (#210)
2018-05-15 Miguel GaiowskiCheck for broken symlinks before checking file data...
2018-05-09 Jelle ZijlstraRemove u prefix if unicode_literals is present (#199)
2018-05-09 Łukasz LangaDiscover whether a file is Python 3.6+ also by stars...
2018-05-07 snlkapilRemoving empty parentheses after class name (#180)
2018-05-07 Christian HeimesOutput something when no files are reformatted (#190)
2018-05-01 Zsolt DollensteinFormat subscriptions in a PEP-8 compliant way (#178)
2018-04-24 Jonas ObristMake cache work with non-default line lenghts (#163)
2018-04-24 Łukasz LangaSupport sticky standalone comments (comments preceding...
2018-04-24 Vishwas B Sharma[#154] Handle comments between decorators properly...
2018-04-23 Łukasz LangaAllow standalone comments to close code blocks
2018-04-23 Łukasz LangaShow full path on diffs
2018-04-23 Zsolt DollensteinFix tests on windows (#159)
2018-04-23 Vishwas B Sharma[#149] Make check and diff not mutually exclusive ...
2018-04-19 Łukasz LangaRevert `format_file_in_place()` and `format_stdin_to_st...
2018-04-19 Jonas ObristAdded caching (#136)
2018-04-16 Łukasz LangaGeneralize star expression handling
2018-04-12 Zsolt DollensteinOpen temporary files with utf-8 encoding (#126)
2018-04-11 Łukasz LangaAutomatic parentheses management
2018-03-31 Łukasz LangaImprove test coverage a bit
2018-03-31 Łukasz LangaSupport --diff for both files and stdin
2018-03-31 Zsolt DollensteinNormalize string quotes (#75)
2018-03-30 Carol WillingMerge pull request #89 from willingc/doc-conda
2018-03-30 Łukasz LangaMore comments tests
2018-03-30 Łukasz LangaRemove standalone comment hacks
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