Skip to content

Commit 9072c17

Browse files
committed
Disable pylint line too long rule
This is redundant since both ruff and black handle line length.
1 parent 6b2a14c commit 9072c17

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
@@ -238,7 +238,7 @@ requires = ["pdm-backend"]
238238
build-backend = "pdm.backend"
239239

240240
[tool.pylint."MESSAGES CONTROL"]
241-
disable = ["R0801"]
241+
disable = ["R0801", "C0301"]
242242

243243
[tool.ruff]
244244
line-length = 88

0 commit comments

Comments
 (0)