Skip to content

Commit 00c8cce

Browse files
committed
one more pyright ignore
1 parent a1a814b commit 00c8cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/github/test_create_github_release_notes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ class SubmoduleAsRepo(Repo):
126126
"""This will fake a git submodule as a git repository object."""
127127

128128
def __new__(cls, *args, **kwargs):
129-
r = super().__new__(Repo)
129+
r = super().__new__(Repo) # pyright: ignore[reportArgumentType]
130130
r.__init__(*args, **kwargs)
131131

132132
maybe_gl_submodule = [

0 commit comments

Comments
 (0)