aicuriousminds/retrieval-augmented-generation
Set up Python Linting & TypeChecking
开放
#4 创建于 2024年5月25日
good first issue
仓库指标
- 星标
- (1 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
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