From: Alex Waygood Date: Tue, 11 Jul 2023 14:21:36 +0000 (+0100) Subject: Remove unneeded mypy dependencies (#3783) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/f4490acfd7bf466ae30d7573d85107b46d4686b3 Remove unneeded mypy dependencies (#3783) --- diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c2f4b16..3561df4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -43,10 +43,8 @@ repos: - id: mypy exclude: ^docs/conf.py additional_dependencies: - - types-dataclasses >= 0.1.3 - types-PyYAML - tomli >= 0.2.6, < 2.0.0 - - types-typed-ast >= 1.4.1 - click >= 8.1.0, != 8.1.4 - packaging >= 22.0 - platformdirs >= 2.1.0