Fix crime & add actual listings
Some checks failed
CI / Check (push) Failing after 4m1s
Build and publish Docker image / build-and-push (push) Failing after 4m10s

This commit is contained in:
Andras Schmelczer 2026-05-17 11:12:25 +01:00
parent 017902b8e6
commit ebe7bbb51d
34 changed files with 2014 additions and 172754 deletions

View file

@ -41,8 +41,8 @@ dev = [
]
[tool.deptry]
# analyses/ and scripts/ use transitive deps; video/tts has its own UV project.
exclude = ["\\.venv", "analyses", "scripts", "video/tts"]
# analyses/ and scripts/ use transitive deps; finder/ and video/tts have their own UV projects.
extend_exclude = [".*/\\.venv", "analyses", "scripts", "finder", "video/tts"]
[tool.deptry.per_rule_ignores]
# pyarrow/fastexcel: runtime backends for polars parquet/Excel I/O