https://github.com/SoftwareHeritage/swh-model
Raw File
Tip revision: 96cc355d202ef53770bbfa9d4a92d0f220dfd856 authored by Valentin Lorentz on 11 May 2021, 09:24:43 UTC
tox: Disable coverage in py3-minimal
Tip revision: 96cc355
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