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

Draft for Black 2023 stable style (#3418)
[etc/vim.git] / src / black / comments.py
2023-01-31 Jelle ZijlstraDraft for Black 2023 stable style (#3418)
2022-12-15 Yilei "Dolee" YangFix a crash when a colon line is marked between `#...
2022-09-26 Richard SiFix outdated references to 3.6 and run pyupgrade (...
2022-09-24 Yilei "Dolee" YangFix a crash when `# fmt: on` is used on a different...
2022-07-27 Richard SiReformat codebase with isort
2022-07-20 Yilei "Dolee" YangFix an infinite loop when using `# fmt: on/off` .....
2022-07-19 Yilei "Dolee" YangFix the handling of `# fmt: skip` when it's at a colon...
2022-04-09 Ryan SiuCorrectly handle fmt: skip comments without internal...
2022-03-21 Marco Edward Gorellidont skip formatting #%% (#2919)
2021-12-01 Jelle ZijlstraReduce usage of regex (#2644)
2021-11-16 Richard SiImplementing mypyc support pt. 2 (#2431)
2021-06-08 Sergey VartanovPossible fix for issue with indentation and fmt: skip...
2021-05-08 Łukasz LangaRefactor `src/black/__init__.py` into many files (...