From: Richard Si <63936253+ichard26@users.noreply.github.com> Date: Tue, 5 Apr 2022 01:23:30 +0000 (-0400) Subject: Update test_black.shhh_click test for click 8+ (#2993) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/fa5fd262fffd577e3c5d573af9c2fa0af2991be1?hp=fa5fd262fffd577e3c5d573af9c2fa0af2991be1 Update test_black.shhh_click test for click 8+ (#2993) The 8.0.x series renamed its "die on LANG=C" function and the 8.1.x series straight up deleted it. Unfortunately this makes this test type check cleanly hard, so we'll just lint with click 8.1+ (the pre-commit hook configuration was changed mostly to just evict any now unsupported mypy environments) ---