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
This commit is contained in:
Phil Cohen 2018-01-24 13:18:28 -08:00 committed by Saurabh Singh
parent 110b73de64
commit 0253aed679

View File

@ -1,4 +1,4 @@
[flake8]
ignore = B301,F821,E302,E731
exclude=build/
exclude = *
max-line-length = 80