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

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 long lines with power operator(s) getting splitted before line length (#3942)
[etc/vim.git] / docs / the_black_code_style /
2023-09-13 ShantanuDocument disabling E704 (#3888)
2023-07-11 raxDocument shebang comment behaviour (#3787)
2023-06-12 Alwyn KikMax line length with bugbear (#3731)
2023-05-25 Jelle ZijlstraDocument each configuration option in more detail ...
2023-04-03 Harutaka KawamuraFix an example for 'Improved parentheses management...
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 Richard SiRename design label to style because it's clearer ...
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-11-14 sckarlinWordsmith current_style.md (#3383)
2022-11-10 Maximilian Cosmo... Clarify that Black runs with --safe by default (#3378)
2022-10-26 Yilei "Dolee" YangEnforce empty lines before classes/functions with stick...
2022-10-04 KotlinIslandPreserve crlf line endings in blackd (#3257)
2022-09-23 Blandes22Make context manager examples in future style docs...
2022-09-15 Tom FryersImprove order of paragraphs on line splitting (#3270)
2022-09-01 James Salvatoredocs: adds ExitStack alternative to future_style.md...
2022-08-31 Richard SiImprove & update release process to reflect recent...
2022-07-06 Jelle ZijlstraStability policy: permit exceptional changes for unform...
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-05-08 Felix HildénDocs: clarify fmt:on/off requirements (#2985) (#3048)
2022-03-30 Gunung P. WibisonoConvert `index.rst` and `license.rst` to markdown ...
2022-03-21 Jelle Zijlstrastub style: remove some possible future changes (#2940)
2022-01-29 Felix HildénFormalise style preference description (#2818)
2022-01-25 Richard SiHug power operators if its operands are "simple" (...
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-13 Felix HildénNormalise string prefix order (#2297)
2022-01-10 Richard SiRemove Python 2 support (#2740)
2021-11-12 Kian Meng AngFix typos (#2603)
2021-10-21 Jelle ZijlstraDefine a stability policy (#2529)
2021-06-13 Felix HildénDocs: no space is inserted to empty docstrings (#2249...
2021-06-08 Felix HildénMention comment non-processing in documentation (#2306)
2021-05-29 Jelle ZijlstraAdd --experimental-string-processing to future changes...
2021-05-19 Felix HildénLink isort profile to Black code style isort mention...
2021-05-08 Richard SiReorganize docs v2 (GH-2174)