From 97a756f57d615aefd82133a5bcacf57e4fe7af62 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Tue, 11 Apr 2023 09:28:49 -0400 Subject: [PATCH] Enable G004 lint check (#98843) Signed-off-by: Edward Z. Yang Pull Request resolved: https://github.com/pytorch/pytorch/pull/98843 Approved by: https://github.com/janeyx99, https://github.com/malfet --- .flake8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.flake8 b/.flake8 index 636165863b0dd4..c18caef53039ba 100644 --- a/.flake8 +++ b/.flake8 @@ -16,7 +16,7 @@ ignore = # these ignores are from flake8-comprehensions; please fix! C407 # these ignores are from flake8-logging-format; please fix! - G004,G100,G101,G200,G201,G202 + G100,G101,G200,G201,G202 # these ignores are from flake8-simplify. please fix or ignore with commented reason SIM105,SIM108,SIM109,SIM110,SIM111,SIM113,SIM114,SIM115,SIM116,SIM117,SIM118,SIM119,SIM12, # flake8-simplify code styles