https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: be7a5aeafa7fc4fd32dd0c738c1982b821b73ab8 authored by David Douard on 22 September 2020, 08:39:15 UTC
Rename sql files according to swh.core 0.3
Tip revision: be7a5ae
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