Skip to content

Commit 8328576

Browse files
committed
Re-add annotations
1 parent 4642228 commit 8328576

File tree

5 files changed

+250
-194
lines changed

5 files changed

+250
-194
lines changed

clippy.toml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,24 @@ doc-valid-idents = [
99
"ROCm",
1010
"XPU",
1111
"PowerShell",
12+
"UV_DEV",
13+
"UV_FROZEN",
14+
"UV_ISOLATED",
15+
"UV_LOCKED",
16+
"UV_MANAGED_PYTHON",
17+
"UV_NATIVE_TLS",
18+
"UV_NO_DEV",
19+
"UV_NO_EDITABLE",
20+
"UV_NO_ENV_FILE",
21+
"UV_NO_INSTALLER_METADATA",
22+
"UV_NO_MANAGED_PYTHON",
23+
"UV_NO_PROGRESS",
24+
"UV_NO_SYNC",
25+
"UV_OFFLINE",
26+
"UV_PREVIEW",
27+
"UV_SHOW_RESOLUTION",
28+
"UV_VENV_CLEAR",
29+
"UV_VENV_SEED",
1230
".." # Include the defaults
1331
]
1432

0 commit comments

Comments
 (0)