From 42dba2f3f47c17fe0fb5fbb33abe463d98bc09c2 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Tue, 23 Jul 2024 19:00:31 -0700 Subject: [PATCH] I do not want the SIM linting. --- pyproject.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9de81074..2c3fb85d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -99,12 +99,10 @@ lint.select = [ "UP", # flake8-bugbear "B", - # flake8-simplify - #"SIM", # isort "I", ] -lint.ignore = ["E501", "E741", "F401", "I001", "SIM102", "B904", "B011"] +lint.ignore = ["E501", "E741", "F401", "I001", "B904", "B011"] lint.exclude = ["tests/*"] [tool.isort] -- 2.47.3