swh:1:snp:d09ae0f963aac63271c974533491841e3b2775b6
Raw File
Tip revision: 577be29fb9f2369de2d252c04466dc0e10f4621b authored by Tomas Van Pottelbergh on 17 February 2022, 16:36:49 UTC
Add newlines
Tip revision: 577be29
setup.cfg
[flake8]
exclude =
    .git,
    __pycache__,
    .pytest_cache,
    __init__.py
max-line-length = 120
extend-ignore = E203

[isort]
profile = black
back to top