https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: ece598c41c6c6ec72a18615a135c8bb2bc36c8dc authored by Antoine Lambert on 08 July 2020, 16:12:15 UTC
requirements.txt: Remove future dependency
Tip revision: ece598c
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