https://github.com/pymc-devs/pymc3
Raw File
Tip revision: c180ae30701da0c60040536007c6b9292c9b9b60 authored by Michael Osthege on 20 June 2022, 12:27:41 UTC
Bump for `4.0.1` release
Tip revision: c180ae3
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
back to top