https://github.com/pymc-devs/pymc3
Raw File
Tip revision: 4c92adf9720f6578e51b9ef21e33c29871c67a83 authored by Ben Mares on 17 September 2022, 12:00:28 UTC
Run tests when modifying requirements.txt
Tip revision: 4c92adf
setup.cfg
[tool:pytest]
testpaths = pymc/tests

[coverage:run]
omit =  *examples*

[pydocstyle]
add-ignore = D100,D104
convention = numpy

[isort]
lines_between_types = 1
profile = black

[versioneer]
VCS = git
style = pep440
versionfile_source = pymc/_version.py
versionfile_build = pymc/_version.py
tag_prefix = v
back to top