summaryrefslogtreecommitdiff
path: root/.flake8
blob: 13e17c35f399c089d59676b36c01a1fad4220e8f (plain)
1
2
3
4
5
6
7
[flake8]
ignore =
    E203, W503, # Incompatible with black see https://github.com/ambv/black/issues/315
    E501, # Lot of offending line right now

max-line-length=88
max-complexity=39