swh:1:snp:d09ae0f963aac63271c974533491841e3b2775b6
Raw File
Tip revision: dbe7b42cfd9b28eb3ec16d409e5d415082a23b50 authored by Julien Herzen on 28 November 2021, 08:13:49 UTC
bump u8darts
Tip revision: dbe7b42
setup.cfg
[flake8]
exclude =
    .git,
    __pycache__,
    .pytest_cache,
    __init__.py
ignore = W503
max-line-length = 120
back to top