1 Star 0 Fork 56

Forked/rssant

forked from AnyAnt/rssant 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.pre-commit-config.yaml 909 Bytes
一键复制 编辑 原始数据 按行查看 历史
guyskk 提交于 2020-06-14 18:16 . add unmaintain scripts
exclude: '^(data/|unmaintain/|static/|tests/feedlib/testdata/)'
repos:
- repo: git://github.com/pre-commit/pre-commit-hooks
rev: v2.4.0
hooks:
- id: trailing-whitespace
files: \.(py|pyx|sh|txt|in|ini|json|yaml|yml)$
- id: end-of-file-fixer
files: \.(py|pyx|sh|md|txt|in|ini|json|yaml|yml)$
- id: check-byte-order-marker
files: \.(py|pyx)$
- id: check-case-conflict
- id: check-added-large-files
args:
- '--maxkb=2000'
- id: check-merge-conflict
- id: check-symlinks
- id: check-json
- id: check-yaml
- id: debug-statements
- id: check-docstring-first
files: \.(py|pyx)$
- id: fix-encoding-pragma
files: \.(py|pyx)$
args:
- '--remove'
- id: flake8
exclude: '^rssant_api/migrations/'
- repo: https://github.com/Trim21/find-trailing-comma
rev: v0.0.1
hooks:
- id: find-trailing-comma
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/hui_xh/rssant.git
git@gitee.com:hui_xh/rssant.git
hui_xh
rssant
rssant
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385