]> git.madduck.net Git - etc/vim.git/history - docs/the_black_code_style/future_style.md

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:

Bump myst-parser from 0.18.1 to 1.0.0 in /docs (#3601)
[etc/vim.git] / docs / the_black_code_style / future_style.md
2023-03-19 dependabot[bot]Bump myst-parser from 0.18.1 to 1.0.0 in /docs (#3601)
2023-03-07 Aneesh AgrawalImprove multiline string handling (#1879)
2023-02-05 Yilei "Dolee" YangDocument the future style changes introduced in #3489...
2023-01-31 Jelle ZijlstraDraft for Black 2023 stable style (#3418)
2023-01-24 Yilei "Dolee" YangUpdate document now that paren wrapping CMs on Python...
2023-01-14 Yilei "Dolee" YangDocumentation: clarify the state of multiple context...
2022-10-26 Yilei "Dolee" YangEnforce empty lines before classes/functions with stick...
2022-09-23 Blandes22Make context manager examples in future style docs...
2022-09-01 James Salvatoredocs: adds ExitStack alternative to future_style.md...
2022-06-27 Felix HildénUpdate preview style docs to include recent changes...
2022-06-11 Sagi ShadurRemove newline after code block open (#3035)
2022-01-20 Felix HildénDeprecate ESP and move the functionality under --previe...
2022-01-20 Felix HildénCreate --preview CLI flag (#2752)
2021-05-29 Jelle ZijlstraAdd --experimental-string-processing to future changes...
2021-05-08 Richard SiReorganize docs v2 (GH-2174)