1 Star 0 Fork 1

Owen/Python-causalml

forked from 连享会/Python-causalml 
加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tox.ini 849 Bytes
一键复制 编辑 原始数据 按行查看 历史
[tox]
envlist = py36
[testenv]
deps = pytest
commands =
pytest -sv
[flake8]
max-line-length = 120
ignore = E121, # Continuation line under-indented for hanging indent
E123, # Closing bracket does not match indentation of opening bracket's line
E126, # Continuation line over-indented for hanging indent
E128, # Continuation line under-indented for visual indent
E129, # Visually indented line with same indent as next logical line
E226, # Missing whitespace around arithmetic operator
E24, #
E704, # Multiple statements on one line (def)
E731, # Do not assign a lambda expression, use a def
E741, # Ambiguous variable name
W503 # Line break before binary operator
W504 # Line break after binary operator
builtins = __builtins__
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/owen560/Python-causalml.git
git@gitee.com:owen560/Python-causalml.git
owen560
Python-causalml
Python-causalml
v0.11

搜索帮助