aicuriousminds/retrieval-augmented-generation

Set up Python Linting & TypeChecking

Open

#4 opened on May 25, 2024

 (0 comments) (0 reactions) (1 assignee)Python (0 forks)auto 404
good first issue

Repository metrics

Stars
 (1 star)
PR merge metrics
 (PR metrics pending)

Description

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