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 ea86fca commit 27715d6Copy full SHA for 27715d6
{{cookiecutter.project_name}}/pyproject.toml
@@ -114,6 +114,7 @@ ignore = [
114
"D401",
115
"D404",
116
"D405",
117
+ "D418", # We should be able to add docstrings to `@overload` decorators
118
"ISC001", # implicit string concat conflicts with `ruff format`
119
"ISC003", # prefer explicit string concat over implicit concat
120
"PLR09", # we have our own complexity rules
0 commit comments