swh:1:snp:d09ae0f963aac63271c974533491841e3b2775b6
Raw File
Tip revision: 9c0d52b4a5371c976badca8084b03eeb929c9613 authored by Julien Herzen on 20 June 2022, 12:51:42 UTC
Merge branch 'master' into feat/reconciliation
Tip revision: 9c0d52b
setup.cfg
[flake8]
exclude =
    .git,
    __pycache__,
    .pytest_cache,
    __init__.py
max-line-length = 120
extend-ignore = E203

[isort]
profile = black
back to top