mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35:00 +00:00
Add comment to lock_redact_url_sources
indicating that we do not redact the credentials (#13813)
This was previously present, but got removed at some point. https://github.com/astral-sh/uv/pull/8307/files#diff-82edd36151736f44055f699a34c8b19a63ffc4cf3c86bf5fb34d69f8ac88a957R6544
This commit is contained in:
parent
c8448815ef
commit
99a4b78af2
1 changed files with 1 additions and 0 deletions
|
@ -8355,6 +8355,7 @@ fn lock_redact_url_sources() -> Result<()> {
|
|||
|
||||
let lock = context.read("uv.lock");
|
||||
|
||||
// The credentials are for a direct URL, and are included in the lockfile
|
||||
insta::with_settings!({
|
||||
filters => context.filters(),
|
||||
}, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue