From: Tal Amuyal Date: Tue, 3 Mar 2020 11:23:28 +0000 (+0200) Subject: Teach the Vim plugin to respect pyproject.toml (issue 414) (#1273) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/8fef74cf527d7fa5f2da78fafc61152c8766d0ad?ds=sidebyside;hp=8fef74cf527d7fa5f2da78fafc61152c8766d0ad 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 ---