https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: 98804f9e1262a74555fac964255cad244db42094 authored by David Douard on 28 April 2021, 10:06:19 UTC
Add a fixer for ExtrinsicRawMetadata
Tip revision: 98804f9
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