.flake8 349 Bytes
Newer Older
facebook-github-bot's avatar
facebook-github-bot committed
1
[flake8]
Jeremy Reizenstein's avatar
lint  
Jeremy Reizenstein committed
2
3
4
5
# B028 No explicit stacklevel argument found.
# B907 'foo' is manually surrounded by quotes, consider using the `!r` conversion flag.
# B905 `zip()` without an explicit `strict=` parameter.
ignore = E203, E266, E501, W503, E221, B028, B905, B907
6
max-line-length = 88
facebook-github-bot's avatar
facebook-github-bot committed
7
8
9
max-complexity = 18
select = B,C,E,F,W,T4,B9
exclude = build,__init__.py