We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d21704 commit 960dd30Copy full SHA for 960dd30
pyproject.toml
@@ -171,6 +171,7 @@ ignore = [
171
"D401",
172
"D404",
173
"D405",
174
+ "D418", # We should be able to add docstrings to `@overload` decorators
175
"ISC001", # implicit string concat conflicts with `ruff format`
176
"ISC003", # prefer explicit string concat over implicit concat
177
"PLR09", # we have our own complexity rules
0 commit comments