Skip to content

Commit 960dd30

Browse files
authored
Update pyproject.toml
1 parent 5d21704 commit 960dd30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ ignore = [
171171
"D401",
172172
"D404",
173173
"D405",
174+
"D418", # We should be able to add docstrings to `@overload` decorators
174175
"ISC001", # implicit string concat conflicts with `ruff format`
175176
"ISC003", # prefer explicit string concat over implicit concat
176177
"PLR09", # we have our own complexity rules

0 commit comments

Comments
 (0)