mirror of
https://github.com/astral-sh/ruff
synced 2026-01-08 15:14:19 -05:00
[ty] Fix --exclude and src.exclude merging (#21341)
This commit is contained in:
@@ -7493,7 +7493,7 @@ impl<'db> VarianceInferable<'db> for Type<'db> {
|
||||
| Type::TypeAlias(_) => TypeVarVariance::Bivariant,
|
||||
};
|
||||
|
||||
tracing::debug!(
|
||||
tracing::trace!(
|
||||
"Result of variance of '{tvar}' in `{ty:?}` is `{v:?}`",
|
||||
tvar = typevar.typevar(db).name(db),
|
||||
ty = self.display(db),
|
||||
|
||||
Reference in New Issue
Block a user