1 Star 0 Fork 1

foxflying/easyquotation

forked from brt2/easyquotation 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.pre-commit-config.yaml 662 Bytes
一键复制 编辑 原始数据 按行查看 历史
shidenggui 提交于 2018-08-09 06:58 . :star:add basic hooks
fail_fast: true
repos:
- repo: local
hooks:
- id: python_sort_imports
name: python_sort_imports
entry: pipenv run sort_imports
language: system
types: [python]
- id: python_format
name: python_format
entry: pipenv run format
language: system
types: [python]
- id: python_lint
name: python_lint
entry: pipenv run lint
language: system
types: [python]
- id: python_type_check
name: python_type_check
entry: pipenv run type_check
language: system
types: [python]
- id: python_test
name: python_test
entry: pipenv run test
language: system
types: [python]
verbose: true
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/foxflying/easyquotation.git
git@gitee.com:foxflying/easyquotation.git
foxflying
easyquotation
easyquotation
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385