mirror of https://github.com/mtshiba/pylyzer
Update handle_err.rs
This commit is contained in:
parent
6e644dacd9
commit
5bc13dc463
|
|
@ -62,7 +62,7 @@ fn filter_error(
|
|||
.input
|
||||
.path()
|
||||
.canonicalize()
|
||||
.is_ok_and(|path| !path.starts_with(root))
|
||||
.is_ok_and(|path| path.starts_with(root.join(".venv")) || !path.starts_with(root))
|
||||
})
|
||||
{
|
||||
return None;
|
||||
|
|
|
|||
Loading…
Reference in New Issue