summaryrefslogtreecommitdiffstats
path: root/.flake8
blob: 75f99febcfedc77aef9141eac1ff7a9a88243e03 (plain)
1
2
3
4
5
[flake8]
# E203 is not PEP8 compliant and is not compatible with black:
# https://black.readthedocs.io/en/stable/the_black_code_style.html#slices
# W503 conflicts with black, too.
ignore = E203,W503