aicuriousminds/retrieval-augmented-generation
Set up Python Linting & TypeChecking
Open
#4 opened on May 25, 2024
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