Revision 19d8bfecd4125e8ace81cb1b05a5910aeb295e87 authored by Ricardo Vieira on 13 March 2023, 20:56:14 UTC, committed by Ricardo Vieira on 13 March 2023, 20:57:59 UTC
1 parent 4da5edf
Raw File
setup.cfg
[tool:pytest]
testpaths = tests

[coverage:run]
omit =  *examples*

[isort]
lines_between_types = 1
profile = black

[versioneer]
VCS = git
style = pep440
versionfile_source = pymc/_version.py
versionfile_build = pymc/_version.py
tag_prefix = v
back to top