Skip to content

Commit ea6c2ee

Browse files
committed
lint: ignore Ruff's PLR0904
1 parent cd7ab41 commit ea6c2ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,8 @@ extend-ignore = [
298298
"SLF001",
299299
"W293",
300300
"D211",
301-
"D203" # conflicts with formatter
301+
"D203", # conflicts with formatter
302+
"PLR0904", # not suitable for a library like pycord
302303
]
303304

304305
[tool.mypy]

0 commit comments

Comments
 (0)