Raw File
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