From 7d930c4f7e2ddd3c21f0844c4ce17ad14cdf8fa5 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Tue, 14 Mar 2023 11:05:58 +0100 Subject: [PATCH] Ignore PLC1901 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 733ea83..5371704 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,6 +47,7 @@ ignore = [ "E501", # long lines "D1", # missing docstring "TRY003", # Avoid specifying long messages outside the exception class + "PLC1901", # {} can be simplified to {} as an empty string is falsey ] [tool.ruff.per-file-ignores] "**/tests/*" = [