Revision b11b890894e9112d403a3fe372cfd639d59b6953 authored by Valentin Lorentz on 10 August 2020, 19:42:59 UTC, committed by Valentin Lorentz on 11 August 2020, 09:13:55 UTC
1 parent f954714
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