chroma-core/chroma

Enable mypy lint in CI

オープン

#2,054 opened on 2024/04/24

 (4 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (2,247 件のフォーク)batch import
by-chromacleanupgood first issue

Repository metrics

Stars
 (27,958 個のスター)
PR merge metrics
 (平均マージ 1d 16h) (30d で 80 merged PRs)

説明

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).

コントリビューターガイド