https://github.com/unit8co/darts
Raw File
Tip revision: 243711fbb858e46aa179212272bc18c2c589f4a9 authored by Julien Herzen on 07 November 2021, 17:06:09 UTC
Release 0.13.0 (#537)
Tip revision: 243711f
setup.cfg
[flake8]
exclude =
    .git,
    __pycache__,
    .pytest_cache,
    __init__.py
ignore = W503
max-line-length = 120
back to top