pre-commit: add pluggy to mypy deps

Otherwise mypy doesn't fully recognize pluggy's typing for some reason
or another.
This commit is contained in:
Ran Benita 2024-01-17 15:00:09 +02:00
parent 6e9f566d79
commit 6b9bba2edb
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ repos:
additional_dependencies:
- iniconfig>=1.1.0
- attrs>=19.2.0
- pluggy
- packaging
- tomli
- types-pkg_resources