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

Hug power operators if its operands are "simple" (#2726)
[etc/vim.git] / tests / test_format.py
2022-01-25 Richard SiHug power operators if its operands are "simple" (...
2022-01-22 Batuhan TaskayaEnable pattern matching by default (#2758)
2022-01-20 Felix HildénDeprecate ESP and move the functionality under --previe...
2022-01-20 Felix HildénCreate --preview CLI flag (#2752)
2022-01-10 Batuhan TaskayaSpeed up new backtracking parser (#2728)
2022-01-10 Richard SiRemove Python 2 support (#2740)
2021-12-04 Jelle Zijlstratell users to use -t py310 (#2668)
2021-12-02 Batuhan TaskayaEnsure match/case are recognized as statements (#2665)
2021-12-01 Jelle Zijlstrafix error message for match (#2649)
2021-11-14 Batuhan Taskayablack/parser: support as-exprs within call args (#2608)
2021-11-14 Batuhan Taskayablack/parser: partial support for pattern matching...
2021-10-27 Nipunn KoorapatiAdd --projects cli flag to black-primer (#2555)
2021-10-02 Richard SiMNT: remove unnecessary test deps + some refactoring...
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)