lavkach3
1[mypy]
2ignore_missing_imports = True
3plugins = pydantic.mypy
4exclude = (?x)(
5^one\.py$ # files named "one.py"
6| schemas\.py$ # or files ending with "two.pyi"
7| ^three\. # or files starting with "three."
8)
9# for strict mypy: (this is the tricky one :-