https://github.com/unit8co/darts
Raw File
Tip revision: 65b85f5f5b23b62db90018f1067f7918235abe09 authored by Julien Herzen on 13 April 2022, 19:12:33 UTC
change github-tag-action version
Tip revision: 65b85f5
setup.cfg
[flake8]
exclude =
    .git,
    __pycache__,
    .pytest_cache,
    __init__.py
max-line-length = 120
extend-ignore = E203

[isort]
profile = black
back to top