https://forge.softwareheritage.org/source/swh-scheduler.git
Revision 3aed6887fcb23bdb44259dd0ece00201035dc916 authored by Antoine R. Dumont (@ardumont) on 18 October 2021, 12:14:02 UTC, committed by Antoine R. Dumont (@ardumont) on 18 October 2021, 12:16:38 UTC
This actually fixes the debian build failure.

Related to T3666
1 parent 3aed7bf
Raw File
Tip revision: 3aed6887fcb23bdb44259dd0ece00201035dc916 authored by Antoine R. Dumont (@ardumont) on 18 October 2021, 12:14:02 UTC
Use swh_storage fixture for cli tests
Tip revision: 3aed688
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