]> git.madduck.net Git - etc/vim.git/commit

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:

Support pyproject.toml
authorŁukasz Langa <lukasz@langa.pl>
Wed, 6 Jun 2018 22:30:02 +0000 (15:30 -0700)
committerŁukasz Langa <lukasz@langa.pl>
Thu, 7 Jun 2018 00:02:10 +0000 (17:02 -0700)
commit489d00ed8f4fb90d5788609a474632ab5a16591f
tree65857230a6cb369bfba5d45d06c6ea829c9ede6a
parentf71db23824a25300618dd0625085ade8d2b3a7a8
Support pyproject.toml

Fixes #65
README.md
black.py
docs/index.rst
docs/pyproject_toml.md [new symlink]
pyproject.toml [new file with mode: 0644]
tests/data/empty_pyproject.toml [new file with mode: 0644]
tests/test_black.py