https://github.com/pymc-devs/pymc3
Raw File
Tip revision: a3ec9a5b7b888411d4a30c77a5ca3ff47c0bb068 authored by Ricardo Vieira on 02 October 2023, 11:49:25 UTC
Fix mypy failure
Tip revision: a3ec9a5
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