Skip to content

Commit 27715d6

Browse files
authored
Update pyproject.toml
1 parent ea86fca commit 27715d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

{{cookiecutter.project_name}}/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ ignore = [
114114
"D401",
115115
"D404",
116116
"D405",
117+
"D418", # We should be able to add docstrings to `@overload` decorators
117118
"ISC001", # implicit string concat conflicts with `ruff format`
118119
"ISC003", # prefer explicit string concat over implicit concat
119120
"PLR09", # we have our own complexity rules

0 commit comments

Comments
 (0)