1 Star 0 Fork 0

hoorayIdeas/ideabbs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tox.ini 350 Bytes
一键复制 编辑 原始数据 按行查看 历史
Peter Justin 提交于 2017-03-15 10:45 . Fixing a lot of PEP8 errors
[tox]
envlist = py27,py35
[testenv]
deps = -rrequirements-dev.txt
whitelist_externals = make
commands = py.test
[flake8]
ignore = E712, E711, C901
exclude =
.git,
__pycache__,
docs/source/conf.py,
migrations,
flaskbb/configs,
flaskbb/fixtures,
flaskbb/_compat.py,
build,
dist,
*.egg-info
max-complexity = 10
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/hooroo/ideabbs.git
git@gitee.com:hooroo/ideabbs.git
hooroo
ideabbs
ideabbs
master

搜索帮助