Revision 0b78b3908248ade3ea7c1dabb14613d305448693 authored by Valentin Lorentz on 11 August 2020, 09:37:13 UTC, committed by Valentin Lorentz on 11 August 2020, 09:37:13 UTC
It will also be used in a future commit to generate 'select' prepared statements.
1 parent 92e7a21
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