chroma-core/chroma

Enable mypy lint in CI

Offen

#2.054 geöffnet am 24.04.2024

 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (2.247 Forks)batch import
by-chromacleanupgood first issue

Repository-Metriken

Stars
 (27.958 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 1T 16h) (80 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide