https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: 8a892e2f86947e79992e7ae26e0cdff4c1cad7fd authored by Valentin Lorentz on 06 May 2021, 12:24:47 UTC
Use swh.core 0.14
Tip revision: 8a892e2
setup.cfg
[flake8]
# E203: whitespaces before ':' <https://github.com/psf/black/issues/315>
# E231: missing whitespace after ','
# W503: line break before binary operator <https://github.com/psf/black/issues/52>
ignore = E203,E231,W503
max-line-length = 88
back to top