https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: a11d58acb2eee3ef474c9bfdca8db75c9614349d authored by Nicolas Dandrimont on 09 October 2020, 15:29:10 UTC
Remove a bunch of deprecated instances of `args` in configurations
Tip revision: a11d58a
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