swh:1:snp:d09ae0f963aac63271c974533491841e3b2775b6
Raw File
Tip revision: 50c97c280597bd56cea4e532e3e24bb9b8ffe189 authored by Julien Herzen on 15 February 2022, 14:13:27 UTC
Merge branch 'master' into feat/improve-perf-doc
Tip revision: 50c97c2
setup.cfg
[flake8]
exclude =
    .git,
    __pycache__,
    .pytest_cache,
    __init__.py
max-line-length = 120
extend-ignore = E203
back to top