We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4642228 commit 8328576Copy full SHA for 8328576
clippy.toml
@@ -9,6 +9,24 @@ doc-valid-idents = [
9
"ROCm",
10
"XPU",
11
"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",
30
".." # Include the defaults
31
]
32
0 commit comments