swh:1:snp:d09ae0f963aac63271c974533491841e3b2775b6
Raw File
Tip revision: 850546b8c53f899f8be9a8f746fca8e26b6e0db6 authored by Tomas Van Pottelbergh on 06 September 2021, 15:46:26 UTC
Replace mentions of develop branch by master
Tip revision: 850546b
setup.cfg
[flake8]
exclude =
    .git,
    __pycache__,
    .pytest_cache,
    __init__.py
ignore = W503
max-line-length = 120
back to top