swh:1:snp:d09ae0f963aac63271c974533491841e3b2775b6
Raw File
Tip revision: de2ec651f38e74d79044a606c5adcdac7bf627a6 authored by TheMP on 20 July 2020, 12:40:56 UTC
Release 0.2.3
Tip revision: de2ec65
setup.cfg
[flake8]
exclude =
    .git,
    __pycache__,
    .pytest_cache,
    __init__.py
ignore = W503
max-line-length = 120
back to top