From: Shantanu <12621235+hauntsaninja@users.noreply.github.com> Date: Mon, 17 Jul 2023 00:35:19 +0000 (-0700) Subject: Continue to avoid Click typing issue (#3791) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/0e26ada66d16d2aea97bda5f907bb0b20b0985e7?ds=sidebyside Continue to avoid Click typing issue (#3791) --- diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 70b4cd8..89c0de3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -45,7 +45,7 @@ repos: additional_dependencies: - types-PyYAML - tomli >= 0.2.6, < 2.0.0 - - click >= 8.1.0, != 8.1.4 + - click >= 8.1.0, != 8.1.4, != 8.1.5 - packaging >= 22.0 - platformdirs >= 2.1.0 - pytest