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

Use inline flags for test cases (#3931)
[etc/vim.git] / tests / test_format.py
2023-10-10 Jelle ZijlstraUse inline flags for test cases (#3931)
2023-10-09 ShantanuDrop support for parsing Python 2 (#3933)
2023-09-09 konstiBlank line between nested and function def in stub...
2023-09-08 Charlie MarshAvoid removing whitespace for walrus operators within...
2023-07-09 Jelle ZijlstraFix removed comments in stub files (#3745)
2023-06-02 Jelle ZijlstraAdd support for PEP 695 syntax (#3703)
2023-03-19 Tushar SadhwaniSupport files with type comment syntax errors (#3594)
2023-03-18 WMOkiishiEnforce a blank line after a nested class in stubs...
2023-01-31 Jelle ZijlstraDraft for Black 2023 stable style (#3418)
2023-01-20 Yilei "Dolee" YangWrap multiple context managers in parentheses when...
2023-01-16 Jelle ZijlstraFix two docstring crashes (#3451)
2022-08-13 ShantanuStrip trailing commas in subscripts with -C (#3209)
2022-07-27 Richard SiReformat codebase with isort
2022-07-19 Thomas GraingerImprove warning filtering in tests (#3175)
2022-07-14 Richard SiActually disable docstring prefix normalization with...
2022-06-14 Sagi ShadurTest run black on self (#3114)
2022-06-11 Sagi ShadurRemove newline after code block open (#3035)
2022-05-18 Sagi ShadurRemove hard coded test cases (#3062)
2022-05-08 Sagi ShadurRead simple data cases automatically (#3034)
2022-05-08 Iain DorringtonPut closing quote on a separate line if docstring is...
2022-04-15 Batuhan TaskayaSupport 3.11 / PEP 654 syntax (#3016)
2022-04-09 Ryan SiuCorrectly handle fmt: skip comments without internal...
2022-04-09 Joe YoungRemove redundant parentheses around awaited coroutines...
2022-04-09 Joe YoungBetter manage return annotation brackets (#2990)
2022-04-03 Joe YoungRemove unnecessary parentheses from `with` statements...
2022-03-26 Joe YoungRemove unnecessary parentheses from `except` clauses...
2022-03-24 Joe YoungRemove unnecessary parentheses from tuple unpacking...
2022-03-24 Joe YoungAvoid magic-trailing-comma in single-element subscripts...
2022-03-21 Marco Edward Gorellidont skip formatting #%% (#2919)
2022-03-15 Richard SiFarewell black-primer, it was nice knowing you (#2924)
2022-03-05 Batuhan TaskayaAllow `for`'s target expression to be starred (#2879)
2022-01-29 Jelle Zijlstratorture test (#2815)
2022-01-28 Shivansh-007Use parentheses on method access on float and int liter...
2022-01-27 Jelle ZijlstraFix crash on some power hugging cases (#2806)
2022-01-25 Jelle Zijlstraproperly run ourselves twice (#2807)
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)