1 Star 0 Fork 6

tahjdz/opentaps_seas

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.cfg 525 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jeremy Wickersheimer 提交于 2019-06-03 15:50 . First commit, Opentaps SEAS
[flake8]
max-line-length = 120
exclude = .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules,venv
[pycodestyle]
max-line-length = 120
exclude = .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules,venv
[mypy]
python_version = 3.6
check_untyped_defs = True
ignore_errors = False
ignore_missing_imports = True
strict_optional = True
warn_unused_ignores = True
warn_redundant_casts = True
warn_unused_configs = True
[mypy-*.migrations.*]
# Django migrations should not produce any errors:
ignore_errors = True
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/tahjdz/opentaps_seas.git
git@gitee.com:tahjdz/opentaps_seas.git
tahjdz
opentaps_seas
opentaps_seas
master

搜索帮助