1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-09-13 10:49:53 +02:00

🔍 mypy: Use an almost strict mypy configuration, and fix any issues

This commit is contained in:
Mike Gerber 2024-01-10 19:12:07 +01:00
parent ad316aeabc
commit 483e809691
11 changed files with 77 additions and 41 deletions

View file

@ -28,6 +28,8 @@ repos:
hooks:
- additional_dependencies:
- types-setuptools
- types-lxml
- numpy # for numpy plugin
id: mypy
- repo: https://gitlab.com/vojko.pribudic/pre-commit-update