加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
prospector-more.yml 639 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jigar 提交于 2018-02-24 01:27 . Cleaned up remaining code
inherits: prospector
strictness: high
ignore-paths:
- constants.py
- urls.py
- wsgi.py
- acl
- api
- betterversion
- builds
- cdn
- comments
- core
- djangome
- doc_builder
- donate
- gold
- integrations
- locale
- notifications
- oauth
- payments
- privacy
- profiles
- projects
- redirects
- restapi
- rtd_tests
- search
- settings
- tastyapi
- templates
- vcs_support
pylint:
options:
docstring-min-length: 20
dummy-variables-rgx: '_$|__$|dummy'
max-line-length: 100
disable:
- logging-format-interpolation
- too-many-arguments
pep257:
run: true
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化