From: Ɓukasz Langa Date: Mon, 21 Oct 2019 13:03:01 +0000 (+0200) Subject: s/_version.py/_black_version.py/ (#1082) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/a701659da2e2b8cc5abca2c6c7c97832551627c0?hp=a701659da2e2b8cc5abca2c6c7c97832551627c0 s/_version.py/_black_version.py/ (#1082) Some users are installing Black as a dependency in their project. Having a _version.py in site-packages is asking for a conflict sooner or later. Ideally we shouldn't require a separate version file at all, that's an additional import we need to make. But I'll leave that bikeshedding for a different time. ---