chroma-core/chroma

Enable mypy lint in CI

开放

#2,054 创建于 2024年4月24日

 (4 条评论) (0 个反应) (0 位负责人)Rust (2,247 个派生)batch import
by-chromacleanupgood first issue

仓库指标

星标
 (27,958 个星标)
PR 合并指标
 (平均合并 1天 16小时) (30 天内合并 80 个 PR)

描述

I recently enabled most of our lints in CI: https://github.com/chroma-core/chroma/pull/2046.

I didn't enable mypy in that PR because it looked like it required a few manual changes to pass the lint. We need to enable this lint by updating .github/workflows/chroma-lint.yml and making the appropriate changes to pass the lint (test locally with pre-commit run --all-files mypy).

贡献者指南