From 869be3d60646ffd487e28182d97ed0e1410aa914 Mon Sep 17 00:00:00 2001 From: "Chen Chen (AI Infra)" Date: Mon, 18 Mar 2024 14:32:40 -0700 Subject: [PATCH] Add comment Summary: As titled. Add comment for the rules for clarity. Differential Revision: D55035875 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index d6702edfb4..ebaf825352 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,7 @@ [flake8] # E203: black and flake8 disagree on whitespace before ':' # W503: black and flake8 disagree on how to place operators +# E704: black and flake8 disagree on Multiple statements on one line (def) ignore = E203, W503, E704 max-line-length = 88 exclude =