https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: f9b2ca3fec14853281ca7236741398e09b90e88e authored by David Douard on 29 May 2020, 12:28:31 UTC
Replace MockedJournalClient and MockedKafkaWriter by proper kafka test scaffolding
Tip revision: f9b2ca3
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