重构 ptimeparse 模块

This commit is contained in:
2025-11-21 06:03:28 +08:00
parent f6e7dfcd93
commit 3e5c1941c8
11 changed files with 2058 additions and 645 deletions

View File

@ -12,4 +12,5 @@ def filter(change: Change, path: str) -> bool:
return False
if Path(path).absolute().is_relative_to((base / ".git").absolute()):
return False
print(path)
return True