mirror of
https://github.com/astral-sh/uv.git
synced 2026-05-06 08:56:53 -04:00
f54ce6768d
## Summary This adds some initial output/report formatting for `uv audit`. This is an initial blush, any feedback to align this with rendering/formatting idioms elsewhere would be greatly appreciated! Atop #18119. ## Test Plan None yet. --------- Signed-off-by: William Woodruff <william@astral.sh>
30 lines
761 B
TOML
30 lines
761 B
TOML
[files]
|
|
extend-exclude = [
|
|
"**/snapshots/",
|
|
"test/ecosystem/**",
|
|
"test/requirements/**/*.in",
|
|
"crates/uv-build-frontend/src/pipreqs/mapping",
|
|
]
|
|
ignore-hidden = false
|
|
|
|
[default]
|
|
extend-ignore-re = [
|
|
"FRiENDlY-\\.\\.\\.-_-BARd",
|
|
"FrIeNdLy-\\._\\.-bArD",
|
|
"I borken you cache",
|
|
"eb1ba5f5",
|
|
"e8208120cae3ba69",
|
|
"github_pat_[0-9a-zA-Z_]+",
|
|
"LICENSEs",
|
|
"astroid",
|
|
]
|
|
|
|
[default.extend-identifiers]
|
|
seeked = "seeked" # special term used for streams
|
|
CPY_VERSION_RE = "CPY_VERSION_RE" # CPython version regex
|
|
|
|
[default.extend-words]
|
|
certifi = "certifi" # Python package name
|
|
Iz = "Iz" # appears in base64-encoded hashes
|
|
vulnerabilit = "vulnerabilit" # appears in pluralization renderings of "vulnerability"/"vulnerabilities"
|