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:
Zanie Blue 2025-06-03 09:15:46 -05:00 committed by GitHub
parent c8448815ef
commit 99a4b78af2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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(),
}, {