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

Standardise newlines after module-level docstrings (#3932)
[etc/vim.git] / src / black / mode.py
2023-10-10 Daniël van NoordStandardise newlines after module-level docstrings...
2023-10-04 John Litbornrespect magic trailing commas in return types (#3916)
2023-09-22 John Litbornfix indentation of line breaks in long type hints by...
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-05 ShantanuDrop support for Python 3.7 (#3765)
2023-06-02 Jelle ZijlstraAdd support for PEP 695 syntax (#3703)
2023-05-18 Jonathan BerthiasRemove blank lines before class docstring (#3692)
2023-04-28 Yilei "Dolee" YangDo not wrap implicitly concatenated strings used as...
2023-03-18 WMOkiishiEnforce a blank line after a nested class in stubs...
2023-03-16 Yilei "Dolee" YangConsistently format async statements similar to their...
2023-03-07 Aneesh AgrawalImprove multiline string handling (#1879)
2023-02-05 mainj12Actually add trailing commas to collection literals...
2023-01-31 Jelle ZijlstraDraft for Black 2023 stable style (#3418)
2023-01-22 Shivansh-007Format hex code in unicode escape sequences in string...
2023-01-20 Yilei "Dolee" YangWrap multiple context managers in parentheses when...
2022-12-29 Jordan EphronParenthesize conditional expressions (#2278)
2022-12-15 Yilei "Dolee" YangPrefer splitting right hand side of assignment statemen...
2022-12-15 Yilei "Dolee" YangImprove long values in dict literals (#3440)
2022-11-09 Yilei "Dolee" YangCorrectly handle trailing commas that are inside a...
2022-10-27 Yilei "Dolee" YangWrap concatenated strings used as function args in...
2022-10-26 Yilei "Dolee" YangEnforce empty lines before classes/functions with stick...
2022-10-06 Antonio Ossa-GuerraAdd option to skip the first line of source code (...
2022-08-13 ShantanuStrip trailing commas in subscripts with -C (#3209)
2022-08-10 ShantanuUse debug f-strings for feature detection (#3215)
2022-07-27 Richard SiReformat codebase with isort
2022-07-14 Richard SiActually disable docstring prefix normalization with...
2022-06-11 Sagi ShadurRemove newline after code block open (#3035)
2022-05-26 Batuhan TaskayaImplement support for PEP 646 (#3071)
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 Joe YoungBetter manage return annotation brackets (#2990)
2022-03-24 Joe YoungRemove unnecessary parentheses from tuple unpacking...
2022-03-24 Joe YoungAvoid magic-trailing-comma in single-element subscripts...
2022-03-16 Shivansh-007Remove power hugging formatting from preview (#2928)
2022-03-03 Tomáš Jelínekreplace md5 with sha256 (#2905)
2022-01-21 Michael MarinoAdd support for custom python cell magics (#2744)
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 Richard SiRemove Python 2 support (#2740)
2021-12-17 Batuhan TaskayaImply 3.8+ when annotated assigments used with unparent...
2021-12-16 Batuhan TaskayaUnpacking on flow constructs (return/yield) now implies...
2021-12-14 Batuhan Taskaya`from __future__ import annotations` now implies 3...
2021-11-16 Richard SiFix 3.10's supported features (#2614)
2021-11-16 Richard SiImplementing mypyc support pt. 2 (#2431)
2021-11-14 Batuhan Taskayablack/parser: partial support for pattern matching...
2021-11-12 Richard SiImprove Python 2 only syntax detection (GH-2592)
2021-10-31 Richard SiDeprecate Python 2 formatting support (#2523)
2021-08-06 Marco Edward GorelliJupyter notebook support (#2357)
2021-05-08 Łukasz LangaRefactor `src/black/__init__.py` into many files (...