blob: 9a701d7f097528deb505e2d401ceb8f42eec6465 [file] [log] [blame]
[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