Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdc8d23d

Browse files
committed
Add '?' to controlcharacter literal
1 parent5b0465c commitdc8d23d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎git/remote.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@
4747
fromgit.objects.treeimportTree
4848
fromgit.objects.tagimportTagObject
4949

50-
flagKeyLiteral=Literal[' ','!','+','-','*','=','t']
50+
flagKeyLiteral=Literal[' ','!','+','-','*','=','t','?']
5151

5252

5353
defis_flagKeyLiteral(inp:str)->TypeGuard[flagKeyLiteral]:
54-
returninpin [' ','!','+','-','=','*','t']
54+
returninpin [' ','!','+','-','=','*','t','?']
5555

5656

5757
# -------------------------------------------------------------

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp