https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: 829118a63f37151fdc0db82eee312d6a6eb78e10 authored by Nicolas Dandrimont on 24 September 2020, 10:44:17 UTC
Add the SQL commands used to set up the logical replication publication
Tip revision: 829118a
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