Revision 52d6e0a5065a550cebd89bc5e9ecb2ed14bf7119 authored by Valentin Lorentz on 08 December 2021, 11:27:28 UTC, committed by Valentin Lorentz on 08 December 2021, 14:46:09 UTC
1 parent 4803d78
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