swh:1:snp:d09ae0f963aac63271c974533491841e3b2775b6
Raw File
Tip revision: 6d66cee17bf7ff9477c713cc81a150e8948b61f0 authored by Julien Herzen on 05 April 2022, 09:42:44 UTC
Merge branch 'fix/ptl1.6.0' of github.com:unit8co/darts into fix/ptl1.6.0
Tip revision: 6d66cee
setup.cfg
[flake8]
exclude =
    .git,
    __pycache__,
    .pytest_cache,
    __init__.py
max-line-length = 120
extend-ignore = E203

[isort]
profile = black
back to top