MCPcopy
hub / github.com/yeasy/docker_practice / should_skip

Function should_skip

check_project_rules.py:40–44  ·  view source on GitHub ↗
(path: Path)

Source from the content-addressed store, hash-verified

38
39
40def should_skip(path: Path) -> bool:
41 return any(
42 part in SKIP_DIRS or part.startswith(SKIP_PREFIXES)
43 for part in path.relative_to(ROOT).parts
44 )
45
46
47def iter_markdown_files() -> list[Path]:

Callers 1

iter_markdown_filesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected