swh:1:snp:d09ae0f963aac63271c974533491841e3b2775b6
Raw File
Tip revision: cd90da04e0ef484609a87498e774bcd104b6a05c authored by Julien Herzen on 11 December 2021, 14:38:58 UTC
Merge branch 'master' into fix/min-train-length-on-torch-models
Tip revision: cd90da0
setup.cfg
[flake8]
exclude =
    .git,
    __pycache__,
    .pytest_cache,
    __init__.py
ignore = W503
max-line-length = 120
back to top