From f3e04f4b6097bb675a45b55d33bc354f433d6c28 Mon Sep 17 00:00:00 2001 From: Gerard Goossen Date: Wed, 2 Jan 2019 08:26:39 -0800 Subject: [PATCH] Ignore flake8 warning about whitespace before ':' Summary: Ignore sometimes incorrect flake8 warning about whitespace before ':' See https://github.com/ambv/black/issues/315 Differential Revision: D13565818 fbshipit-source-id: ce3ff158da2e4443e44f01c86dcbd889c9f5bcc1 --- .flake8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.flake8 b/.flake8 index 8906fb29730ce..8510253ccecd1 100644 --- a/.flake8 +++ b/.flake8 @@ -1,4 +1,4 @@ [flake8] max-line-length = 120 -ignore = E305,E402,E721,E741,F401,F403,F405,F821,F841,F999,W503,W504 +ignore = E203,E305,E402,E721,E741,F401,F403,F405,F821,F841,F999,W503,W504 exclude = docs/src,venv,third_party,caffe2,scripts,docs/caffe2,tools/amd_build/pyHIPIFY,torch/lib/include,torch/lib/tmp_install