From 1bd757c9ec4d5a6e2cad53500cd92d2029f7a049 Mon Sep 17 00:00:00 2001 From: Eduardo Rodrigues Date: Wed, 15 Mar 2023 10:59:09 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 20db80db..12c82361 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -148,7 +148,7 @@ select = [ "B", "B904", # flake8-bugbear "I", # isort "ARG", # flake8-unused-arguments - "C40", # flake8-comprehensions + "C4", # flake8-comprehensions "ICN", # flake8-import-conventions "ISC", # flake8-implicit-str-concat "PGH", # pygrep-hooks