https://github.com/unit8co/darts
Raw File
Tip revision: cc10386c5d2bfd989142867f56def914745c9a62 authored by LeoTafti on 28 October 2020, 07:29:44 UTC
Release 0.4.0
Tip revision: cc10386
setup.cfg
[flake8]
exclude =
    .git,
    __pycache__,
    .pytest_cache,
    __init__.py
ignore = W503
max-line-length = 120
back to top