Revision 3eba73df9f38beb5e35e35c5d56d32ae87372184 authored by Valentin Lorentz on 06 November 2020, 11:57:02 UTC, committed by Valentin Lorentz on 09 November 2020, 15:32:20 UTC
1 parent f3652a9
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