5d0b211a44
CI / Lint, Typecheck & Test (push) Successful in 1m41s
- 在 cli/configs/ 下创建 13 个 YAML 工作流配置, 覆盖 filedate/filelevel/folderback/ folderzip/autofmt/bumpversion/piptool/gittool/pdftool/screenshot/lscalc/ sshcopyid/packtool 工具, 共 51 个 job (cmd 与 fn 混合) - yaml_loader 模块级导入 _ops 子模块, 使 YAML fn 字段可引用注册函数, try/except 守卫避免最小安装场景下的 ImportError - 修复 test_registry 的 clear_registry fixture: 保存/恢复 _REGISTRY 原始状态, 避免 teardown 清空 _ops 自动注册的函数导致 TestOpsModules 失败
4 lines
75 B
Python
4 lines
75 B
Python
"""Placeholder for configs package."""
|
|
|
|
from __future__ import annotations
|