Merge main

This commit is contained in:
Yeuoly
2024-09-10 14:05:20 +08:00
650 changed files with 15950 additions and 4747 deletions

View File

@ -79,7 +79,7 @@ def is_filtered(
name_func: Callable[[Any], str],
) -> bool:
"""
Chcek if the object should be filtered out.
Check if the object should be filtered out.
Overall logic: exclude > include > pin
:param include_set: the set of names to be included
:param exclude_set: the set of names to be excluded