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