Exclude hack/ directory from deptry dependency checks

This commit is contained in:
dexhorthy
2025-07-27 10:54:39 -07:00
parent 484f23c603
commit 71d95768e8

View File

@@ -140,7 +140,7 @@ max-complexity = 12
line_length = 104
[tool.deptry]
exclude = ["examples", "venv", ".venv", "humanlayer-ts", "humanlayer-mcp"]
exclude = ["examples", "venv", ".venv", "humanlayer-ts", "humanlayer-mcp", "hack"]
[tool.deptry.per_rule_ignores]