Skip to content

Commit 09ce9c4

Browse files
committed
Appease formatting gods
1 parent cfd7d94 commit 09ce9c4

File tree

3 files changed

+74
-72
lines changed

3 files changed

+74
-72
lines changed

pygit2/_libgit2/ffi.pyi

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,9 +337,13 @@ def new(a: Literal['char **']) -> _Pointer[char_pointer]: ...
337337
@overload
338338
def new(a: Literal['char[]', 'char []'], b: bytes | NULL_TYPE) -> ArrayC[char]: ...
339339
@overload
340-
def new(a: Literal['char *[]'], b: int) -> ArrayC[char_pointer]: ... # For ext_array in SET_EXTENSIONS
340+
def new(
341+
a: Literal['char *[]'], b: int
342+
) -> ArrayC[char_pointer]: ... # For ext_array in SET_EXTENSIONS
341343
@overload
342-
def new(a: Literal['char *[]'], b: list[Any]) -> ArrayC[char_pointer]: ... # For string arrays
344+
def new(
345+
a: Literal['char *[]'], b: list[Any]
346+
) -> ArrayC[char_pointer]: ... # For string arrays
343347
def addressof(a: object, attribute: str) -> _Pointer[object]: ...
344348

345349
class buffer(bytes):

0 commit comments

Comments
 (0)