swh:1:snp:d09ae0f963aac63271c974533491841e3b2775b6
Raw File
Tip revision: 80c0e5ff05ff8354cdfd78d6cac7a65424de1c1b authored by madtoinou on 02 June 2023, 14:11:01 UTC
Feat/probabilistic ensemble (#1692)
Tip revision: 80c0e5f
setup.cfg
[flake8]
exclude =
    .git,
    __pycache__,
    .pytest_cache,
    __init__.py
max-line-length = 120
extend-ignore = E203

[isort]
profile = black
back to top