summaryrefslogtreecommitdiff
path: root/.flake8
blob: 9a701d7f097528deb505e2d401ceb8f42eec6465 (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 lines too long right now

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