browsertrix/backend/mypy.ini
Ilya Kreymer feb7ab7652
Improved type checking for backend with mypy (#1174)
* add mypy type check
- run type check on backend fix ambiguous typing issues
- add mypy to lint gh action + precommit hook
- add mypy.ini
2023-09-13 19:40:26 -07:00

4 lines
61 B
INI

[mypy]
plugins = pydantic.mypy
ignore_missing_imports = True