https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: 5de8ba42c29b569293700010fc36d46a7ca157a8 authored by Nicolas Dandrimont on 07 December 2021, 12:57:51 UTC
Make next_visit_queue_position an integer
Tip revision: 5de8ba4
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