https://github.com/pymc-devs/pymc3
Raw File
Tip revision: ed74406735b2faf721e7ebfa156cc6828a5ae16e authored by Michael Osthege on 15 March 2022, 08:30:24 UTC
Final release preparations (#5597)
Tip revision: ed74406
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