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

Drop support for Python 3.7 (#3765)
[etc/vim.git] / src / black / brackets.py
2023-07-05 ShantanuDrop support for Python 3.7 (#3765)
2022-12-20 Yilei "Dolee" YangExclude string type annotations from ESP (#3462)
2022-12-10 Yilei "Dolee" YangFix a crash in preview style with assert + parenthesize...
2022-11-09 Yilei "Dolee" YangCorrectly handle trailing commas that are inside a...
2022-07-27 Richard SiReformat codebase with isort
2021-11-16 Richard SiImplementing mypyc support pt. 2 (#2431)
2021-05-08 Łukasz LangaRefactor `src/black/__init__.py` into many files (...