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 合併指標
 (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).

貢獻者指南