Also, can be activated with Ref https://docs.astral.sh/ruff/rules/typing-only-standard-library-import/#options ```toml [tool.ruff.lint] future-annotations = true # For TC rules typing-modules = ["mteb.types", "collections.abc"] [tool.ruff.lint.flake8-type-checking] strict = true runtime-evaluated-base-classes = ["pydantic.BaseModel"] ``` Should be done after https://github.com/embeddings-benchmark/mteb/pull/3550