sapling/.flake8
Phil Cohen 0253aed679 flake8: disable for all folders for now
Summary: It's still too noisy. Let's disable it for now before London wakes up. We can add rules back in one-by-one as we fixup existing code.

Reviewed By: DurhamG

Differential Revision: D6794987

fbshipit-source-id: f7c95d660c5af4373b6c10545eb85cb5c63f282e
2018-04-13 21:50:56 -07:00

4 lines
70 B
INI

[flake8]
ignore = B301,F821,E302,E731
exclude = *
max-line-length = 80