We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ece96a0 commit 7806b37Copy full SHA for 7806b37
pyproject.toml
@@ -42,6 +42,7 @@ target-version = "py38"
42
[tool.ruff.lint]
43
select = ["ALL"]
44
ignore = [
45
+ "COM812",
46
"D",
47
"PTH123",
48
]
0 commit comments