aicuriousminds/retrieval-augmented-generation

Set up Python Linting & TypeChecking

Offen

#4 geöffnet am 25.05.2024

 (0 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Python (0 Forks)auto 404
good first issue

Repository-Metriken

Stars
 (1 Stern)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Currently we don't have any linting or typechecking. My suggestions are:

Assuming this, we should:

  • add linting
  • add typechecking
  • add git pre-commit hook to ensure that these are run on commit

Contributor Guide