Skip to content
Snippets Groups Projects
Commit a25e1222 authored by David Douard's avatar David Douard
Browse files

Add a setup.cfg to make flake8 compatible with blackified files

parent f6a398f9
No related branches found
No related tags found
1 merge request!143Add a setup.cfg to make flake8 compatible with blackified files
[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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment