mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 10:58:28 +00:00
Fix typos & add pre-commit configuration (#1487)
Co-authored-by: Zanie Blue <contact@zanie.dev>
This commit is contained in:
parent
e4389e537d
commit
bc14ed1613
13 changed files with 64 additions and 13 deletions
|
@ -686,7 +686,7 @@ impl<'a, Provider: ResolverProvider> Resolver<'a, Provider> {
|
|||
let dist = match candidate.dist() {
|
||||
CandidateDist::Compatible(dist) => dist,
|
||||
CandidateDist::ExcludeNewer => {
|
||||
// If the version is incomatible because of `exclude_newer`, pretend the versions do not exist
|
||||
// If the version is incompatible because of `exclude_newer`, pretend the versions do not exist
|
||||
return Ok(None);
|
||||
}
|
||||
CandidateDist::Incompatible(incompatibility) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue