Merge c00ffa3f813b5cec6ecf693174f3d119b6251036 into 3d490ec25102803d7eb301fc58837ec19fda2f90

This commit is contained in:
EricYangQM 2025-04-07 17:08:44 +02:00 committed by GitHub
commit ea639328b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -110,6 +110,8 @@ def get_all_imports(path, encoding="utf-8", extra_ignore_dirs=None, follow_links
"__pycache__",
"env",
"venv",
"test",
"tests",
".ipynb_checkpoints",
]