-
一些有用的预提交钩子:pre-commit-hooks
资源介绍
提交前的钩子
一些有用的钩子可以进行预提交。
现在,钩子数量增加了2倍!
另请参阅: :
测验
活动
质量检查
其他
在预提交中使用预提交挂钩
将此添加到您的.pre-commit-config.yaml
- repo : https://github.com/domdfcoding/pre-commit-hooks
rev : v0.2.1 # Use the ref you want to point at
hooks :
- id : requirements-txt-sorter
# - id: ...
挂钩可用
requirements-txt-sorter sorter对requirements.txt中的条目进行排序,并删除无效的条目,包括pkg-resources==0.2.1 。
check-docstrin