chroma-core/chroma

Enable mypy lint in CI

Aperta

#2054 aperta il 24 apr 2024

 (4 commenti) (0 reazioni) (0 assegnatari)Rust (2247 fork)batch import
by-chromacleanupgood first issue

Metriche repository

Star
 (27.958 stelle)
Metriche merge PR
 (Merge medio 1g 16h) (80 PR mergiate in 30 g)

Descrizione

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

Guida contributor