From: Ɓukasz Langa Date: Tue, 8 May 2018 22:44:44 +0000 (-0700) Subject: Discover whether a file is Python 3.6+ also by stars in calls X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/1747c388bba0c87f75a6239d56e3b51f7455e93d?hp=1747c388bba0c87f75a6239d56e3b51f7455e93d Discover whether a file is Python 3.6+ also by stars in calls Fixes a pathological situation where if a function signature used a trailing comma but was later reformatted to a single line (with the trailing comma removed), Black would change its mind whether a file is Python 3.6-compatible between runs. ---