加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.cfg 596 Bytes
一键复制 编辑 原始数据 按行查看 历史
Willian Paixao 提交于 2020-01-23 20:41 . Introducing pre-commit hooks
[nosetests]
verbosity=2
with-ignore-docstrings=1
with-timer=1
timer-top-n=15
cover-package=zipline
with-doctest=1
testmatch=(?:^|[\\b_\\.-])[Tt]est(?!ing)
logging-level=INFO
[metadata]
description-file = README.rst
license_file = LICENSE
# See the docstring in versioneer.py for instructions. Note that you must
# re-run 'versioneer.py setup' after changing this section, and commit the
# resulting files.
[versioneer]
VCS=git
style=pep440
versionfile_source=zipline/_version.py
versionfile_build=zipline/_version.py
tag_prefix=
parentdir_prefix= zipline-
[flake8]
exclude =
versioneer.py
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化