https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: 8281e351d6a13a55711fca5b89c7f24c71174dab authored by Antoine R. Dumont (@ardumont) on 08 July 2021, 09:24:42 UTC
journal_client: Disable origins when too many visited attempts failed
Tip revision: 8281e35
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