Revision 2e7d489eb245d4c3b684360d6f70f061804f77a9 authored by Valentin Lorentz on 05 November 2020, 14:28:49 UTC, committed by Valentin Lorentz on 09 November 2020, 15:32:20 UTC
The next version of swh-journal will remove the default value.
1 parent 24cdc85
Raw File
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