From: Bob Halley Date: Wed, 24 Jul 2024 02:00:31 +0000 (-0700) Subject: I do not want the SIM linting. X-Git-Tag: v2.7.0rc1~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42dba2f3f47c17fe0fb5fbb33abe463d98bc09c2;p=thirdparty%2Fdnspython.git I do not want the SIM linting. --- 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]