]> git.madduck.net Git - etc/vim.git/history - docs/the_black_code_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:

Elaborate on what AST changes Black might perform
[etc/vim.git] / docs / the_black_code_style.md
2021-04-28 Łukasz LangaElaborate on what AST changes Black might perform
2021-04-22 Felix HildénDocument experimental string processing and docstring...
2021-03-18 Jairo LlopisRecommend B950 + 88 char limit instead of 80 (#2050)
2021-01-18 ShantanuAdd --skip-magic-trailing-comma (#1824)
2020-09-01 Łukasz LangaClarify current trailing comma behavior in the docs
2020-08-31 Jon DufresneRemove flake8 W503 from docs as it is ignored by defaul...
2020-07-22 Maximilian Cosmo... Update to accomodate isort 5 release changes. (#1559)
2020-05-24 Richard SiRefactor docs / Maintenance of docs (#1456)
2018-03-29 Łukasz LangaAuto-generated documentation-related fixes
2018-03-27 Łukasz LangaBig documentation deduplication