aicuriousminds/retrieval-augmented-generation
Set up Python Linting & TypeChecking
オープン
#4 opened on 2024/05/25
good first issue
Repository metrics
- Stars
- (1 個のスター)
- PR merge metrics
- (PR metrics pending)
説明
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