mirror of
https://github.com/saymrwulf/zipline.git
synced 2026-05-14 20:58:10 +00:00
In a intention to increase code quality and reducing faulty commits, pre-commits help checking the staged code for simple static code analysis.
28 lines
596 B
INI
28 lines
596 B
INI
[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
|