https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: b2cbb9ba856c5c3ad736e3170be58ad081c96d69 authored by Nicolas Dandrimont on 06 July 2020, 12:51:41 UTC
Move shareable fixtures out of conftest into a dedicated pytest plugin
Tip revision: b2cbb9b
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