https://github.com/unit8co/darts
Raw File
Tip revision: b30206f61840418a7a23c4d9e60f44852b04260b authored by dennisbader on 10 April 2023, 15:57:46 UTC
Merge branch 'master' into fix/ensemble-historical-forecasts
Tip revision: b30206f
setup.cfg
[flake8]
exclude =
    .git,
    __pycache__,
    .pytest_cache,
    __init__.py
max-line-length = 120
extend-ignore = E203

[isort]
profile = black
back to top