]> git.madduck.net Git - etc/vim.git/history - src/black/lines.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:

Fix merging implicit multiline strings that have inline comments (#3956)
[etc/vim.git] / src / black / lines.py
2023-10-20 Henri HolopainenFix merging implicit multiline strings that have inline...
2023-10-16 Jelle ZijlstraTreat raw strings like other docstrings (#3947)
2023-10-10 Daniël van NoordStandardise newlines after module-level docstrings...
2023-09-09 konstiBlank line between nested and function def in stub...
2023-09-08 Charlie MarshAvoid removing whitespace for walrus operators within...
2023-08-04 ShantanuMore concise formatting for dummy implementations ...
2023-07-22 ShantanuSimplify empty line tracker (#3797)
2023-06-27 rdrllFix a magical comment caused internal error (#3740)
2023-05-18 Jonathan BerthiasRemove blank lines before class docstring (#3692)
2023-04-14 Yilei "Dolee" YangFix two more mypyc issues with mypyc v1.2.0. (#3648)
2023-03-19 Hong Minhee (洪 民憙)Let string splitters respect `East_Asian_Width` propert...
2023-03-19 Yilei "Dolee" YangFix bug introduced in #3564. (#3615)
2023-03-18 WMOkiishiEnforce a blank line after a nested class in stubs...
2023-03-18 Yilei "Dolee" YangDo not add an extra blank line to an import line that...
2023-03-16 Yilei "Dolee" YangConsistently format async statements similar to their...
2023-03-10 Yilei "Dolee" YangConsistently wrap two context managers in parens (in...
2023-03-07 Aneesh AgrawalImprove multiline string handling (#1879)
2023-01-31 Jelle ZijlstraDraft for Black 2023 stable style (#3418)
2022-12-21 Yilei "Dolee" YangFix an issue where extra empty lines are added. (#3470)
2022-11-09 Yilei "Dolee" YangCorrectly handle trailing commas that are inside a...
2022-10-26 Yilei "Dolee" YangEnforce empty lines before classes/functions with stick...
2022-08-13 ShantanuStrip trailing commas in subscripts with -C (#3209)
2022-07-27 Richard SiReformat codebase with isort
2022-06-11 Sagi ShadurRemove newline after code block open (#3035)
2022-03-24 Joe YoungAvoid magic-trailing-comma in single-element subscripts...
2022-01-29 Nipunn KoorapatiFix instability due to trailing comma logic (#2572)
2022-01-29 ShantanuTreat blank lines in stubs the same inside top-level...
2022-01-27 Jelle ZijlstraFix crash on some power hugging cases (#2806)
2022-01-22 ShantanuRefactor logic for stub empty lines (#2796)
2022-01-07 Richard SiStubs: preserve blank line between attributes and metho...
2021-12-01 Richard SiTreat functions/classes in blocks as if they're nested...
2021-05-08 Łukasz LangaRefactor `src/black/__init__.py` into many files (...