https://github.com/pymc-devs/pymc3
Raw File
Tip revision: cce16130fa2a57593b53902244d627370bb75cfb authored by Thomas Wiecki on 16 December 2021, 09:45:25 UTC
Fix readme underlining.
Tip revision: cce1613
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

[mypy]
ignore_missing_imports = True
back to top