Revision 4c78d47944f9ea2e8f4733b8d989e71c0b4e61f0 authored by Stefano Zacchiroli on 17 April 2020, 14:22:11 UTC, committed by Stefano Zacchiroli on 17 April 2020, 14:22:11 UTC
1 parent 0ab482e
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