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

Commit0ca1f2a

Browse files
ilevkivskyiKevinRK29
authored andcommitted
Expose --fixed-format-cache if compiled (#19815)
(cherry picked from commitfd05265)
1 parent2ce1bb2 commit0ca1f2a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

‎mypy/main.py‎

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1064,7 +1064,13 @@ def add_invertible_flag(
10641064
help="Include fine-grained dependency information in the cache for the mypy daemon",
10651065
)
10661066
incremental_group.add_argument(
1067-
"--fixed-format-cache",action="store_true",help=argparse.SUPPRESS
1067+
"--fixed-format-cache",
1068+
action="store_true",
1069+
help=(
1070+
"Use experimental fast and compact fixed format cache"
1071+
ifcompilation_status=="yes"
1072+
elseargparse.SUPPRESS
1073+
),
10681074
)
10691075
incremental_group.add_argument(
10701076
"--skip-version-check",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp