Skip to content

Commit 3a4b2fc

Browse files
committed
Disable pylint line too long rule
This is redundant since both ruff and black handle line length.
1 parent 251231f commit 3a4b2fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ requires = ["pdm-backend"]
234234
build-backend = "pdm.backend"
235235

236236
[tool.pylint."MESSAGES CONTROL"]
237-
disable = ["R0801"]
237+
disable = ["R0801", "C0301"]
238238

239239
[tool.ruff]
240240
line-length = 88

0 commit comments

Comments
 (0)