https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: 95fd6608da7067029c4df4b75d4d403a67d846af authored by Antoine R. Dumont (@ardumont) on 03 July 2020, 15:54:04 UTC
pg-storage: Add missing cur parameter passing
Tip revision: 95fd660
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