https://github.com/unit8co/darts
Raw File
Tip revision: 5c97c9b1b86bbcdf91e422f6a13156d2e10d6bfe authored by Dennis Bader on 04 April 2024, 14:09:31 UTC
Refactor/metrics (#2284)
Tip revision: 5c97c9b
setup.cfg
[flake8]
exclude =
    .git,
    __pycache__,
    .pytest_cache,
    __init__.py
max-line-length = 120
extend-ignore = E203

[isort]
profile = black
back to top