.pre-commit-config.yaml: declare types-tabulate as an additional dependency for mypy

This commit is contained in:
Aminda Suomalainen 2024-07-12 09:07:50 +03:00
parent 2902c56a1d
commit 19ab00d9a3
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ repos:
hooks:
- id: mypy
args: [--ignore-missing-imports]
additional_dependencies: [types-tabulate]
- repo: https://github.com/asottile/pyupgrade
rev: v3.16.0
hooks: