https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: 6a4455cea5902349405cb80c6d9d3c6e73aceb8c authored by Antoine R. Dumont (@ardumont) on 19 October 2020, 07:25:04 UTC
pytest_plugin: Explicitely name the scheduler test db differently
Tip revision: 6a4455c
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