.flake8 141 Bytes
Newer Older
facebook-github-bot's avatar
facebook-github-bot committed
1
2
[flake8]
ignore = E203, E266, E501, W503, E221
3
max-line-length = 88
facebook-github-bot's avatar
facebook-github-bot committed
4
5
6
max-complexity = 18
select = B,C,E,F,W,T4,B9
exclude = build,__init__.py