We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d3dfcc commit 5cdbab4Copy full SHA for 5cdbab4
pyproject.toml
@@ -74,4 +74,4 @@ indent-width = 4
74
[tool.ruff.lint]
75
preview = true
76
select = ["E", "F", "W", "D"]
77
-ignore = ["F401", "D212", "D100"]
+ignore = ["F401", "D212", "D203", "D100"]
0 commit comments