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

Convert (most of the) configuration values from pyproject.toml to strings (#1466)
[etc/vim.git] / src / black / __init__.py
2020-06-01 Richard SiConvert (most of the) configuration values from pyproje...
2020-05-21 Kevin KirscheFix typos (#1442)
2020-05-17 Hugo van KemenadeUpdate and fix Flake8 (#1424)
2020-05-16 Jelle Zijlstrafix crashes on docstring whitespace changes (#1417)
2020-05-09 TerranceHandle ImportError from multiprocessing module (#1400)
2020-05-08 Cooper LeesRefactor black into packages in src/ dir (#1376)