https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: ddac3d27e3ae79dfd1a9bc2ccd3948f82bbfd6b3 authored by Antoine R. Dumont (@ardumont) on 10 April 2020, 09:40:39 UTC
test_retry: Add missing skipped_content_add tests
Tip revision: ddac3d2
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