]> 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:

Teach the Vim plugin to respect pyproject.toml (issue 414) (#1273)
authorTal Amuyal <TalAmuyal@gmail.com>
Tue, 3 Mar 2020 11:23:28 +0000 (13:23 +0200)
committerGitHub <noreply@github.com>
Tue, 3 Mar 2020 11:23:28 +0000 (12:23 +0100)
commit8fef74cf527d7fa5f2da78fafc61152c8766d0ad
tree2e9a43087b9fcaa5f3edc353bd05ea2f579a42a4
parentce14fa8b497bae2b50ec48b3bd7022573a59cdb1
Teach the Vim plugin to respect pyproject.toml (issue 414) (#1273)

Creates two separate functions:

1) abspath_pyproject_toml: find the absolute path to pyproject.toml
2) parse_pyproject_toml: finds black-specific toml config

Co-authored-by: Samuel Roeca <samuel.roeca@gmail.com>
black.py
plugin/black.vim