Skip to content

Commit f9ea290

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent 5f37280 commit f9ea290

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

stubs/portage/portage/dbapi/porttree.pyi

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ class portdbapi(dbapi):
99
def xmatch(
1010
self,
1111
level: Literal[
12-
"bestmatch-visible",
13-
"match-all-cpv-only",
14-
"match-all",
15-
"match-visible",
16-
"minimum-all",
17-
"minimum-visible",
18-
"minimum-all-ignore-profile",
12+
bestmatch - visible,
13+
match - all - cpv - only,
14+
match - all,
15+
match - visible,
16+
minimum - all,
17+
minimum - visible,
18+
minimum - all - ignore - profile,
1919
],
2020
origdep: str,
2121
) -> list[str] | str: ...

0 commit comments

Comments
 (0)