swh:1:snp:d09ae0f963aac63271c974533491841e3b2775b6
Raw File
Tip revision: 748abc6ff84a045271d3924295e5f6f6092ef45e authored by julien12234 on 20 September 2022, 08:23:46 UTC
Merge branch 'master' into feature/proper-scoring
Tip revision: 748abc6
setup.cfg
[flake8]
exclude =
    .git,
    __pycache__,
    .pytest_cache,
    __init__.py
max-line-length = 120
extend-ignore = E203

[isort]
profile = black
back to top