Skip to content

Commit 9c59e45

Browse files
committed
Disable a pylint error
1 parent c8bbf22 commit 9c59e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sphinx_notion/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1136,7 +1136,7 @@ def _depart_video_node_notion(
11361136

11371137

11381138
@beartype
1139-
def _override_strike_role(
1139+
def _override_strike_role( # pylint: disable=too-many-positional-arguments
11401140
typ: str,
11411141
rawtext: str,
11421142
text: str, # pylint: disable=redefined-outer-name

0 commit comments

Comments
 (0)