获取项目根目录(scripts/ 的父目录)
()
| 101 | |
| 102 | |
| 103 | def get_project_root() -> Path: |
| 104 | """获取项目根目录(scripts/ 的父目录)""" |
| 105 | return Path(__file__).resolve().parent.parent |
| 106 | |
| 107 | |
| 108 | def should_convert(source: Path, force: bool) -> bool: |
no outgoing calls
no test coverage detected