https://github.com/unit8co/darts
Raw File
Tip revision: 78ba7d452a84752f9e9573e410e351e998d97669 authored by Julien Herzen on 28 November 2021, 09:27:39 UTC
update readme
Tip revision: 78ba7d4
setup.cfg
[flake8]
exclude =
    .git,
    __pycache__,
    .pytest_cache,
    __init__.py
ignore = W503
max-line-length = 120
back to top