mirror of
https://github.com/humanlayer/humanlayer.git
synced 2025-08-20 19:01:22 +03:00
Exclude hack/ directory from deptry dependency checks
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user