[mypy] strict = true exclude = (?x)( ^integration/$ # integration tests | ^unit/datasets/test_experiments\.py$ # TODO: fix type errors | ^unit/server/api/routers/v1/test_annotations\.py$ # TODO: fix type errors ) [mypy-nest_asyncio.*] ignore_missing_imports = true [mypy-sklearn.*] ignore_missing_imports = true [mypy-vcr.*] ignore_missing_imports = true