Skip to content

Commit fb00d6d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 12b911b commit fb00d6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinx_design/cards.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def split_content(content: StringList, offset: int) -> CardContent:
226226
return CardContent(body, header, footer)
227227

228228
@classmethod
229-
def _create_component( # noqa: PLR0913
229+
def _create_component(
230230
cls,
231231
inst: SphinxDirective,
232232
name: str,

0 commit comments

Comments
 (0)