[misc] fix ci (#7441)

* fix ci

* improve ci
This commit is contained in:
hoshi-hiyouga
2025-03-23 21:09:35 +08:00
committed by GitHub
parent 304796b803
commit 3aa4f32e9c
4 changed files with 19 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ KEYWORDS = ("Copyright", "2025", "LlamaFactory")
def main():
path_list = []
path_list: list[Path] = []
for check_dir in sys.argv[1:]:
path_list.extend(Path(check_dir).glob("**/*.py"))