From fc4e62eed553d2d65556e93b99148c3d6bc81767 Mon Sep 17 00:00:00 2001 From: Shyue Ping Ong Date: Mon, 5 Feb 2024 09:10:10 -0800 Subject: [PATCH] Ignore ISC001 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index e1fa134df2e..64a2afe59e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,6 +63,7 @@ lint.ignore = [ "D105", # Missing docstring in magic method "D205", # 1 blank line required between summary line and description "D212", # Multi-line docstring summary should start at the first line + "ISC001", "NPY002", # replace legacy numpy.random with numpy.random.Generator "PD901", # pandas-df-variable-name "PERF203", # try-except-in-loop