https://github.com/pymc-devs/pymc3
Raw File
Tip revision: bfc3813367592e62cc25be5abf0484d417972d84 authored by Ravin Kumar on 20 August 2021, 16:19:55 UTC
Update __init__.py
Tip revision: bfc3813
setup.cfg
[tool:pytest]
testpaths = pymc3/tests

[coverage:run]
omit =  *examples*

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

[isort]
lines_between_types = 1
profile = black

[mypy]
ignore_missing_imports = True
back to top