examples: orchestrator + click CLI (ingest sub-command)
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was canceled

This commit is contained in:
Viktor Barzin 2026-05-28 22:33:41 +00:00
parent a10d7fe2a6
commit 2271d7d5e5
4 changed files with 256 additions and 1 deletions

View file

@ -45,7 +45,7 @@ strict = true
files = ["fire_planner", "tests"]
[[tool.mypy.overrides]]
module = ["respx.*", "pandas.*"]
module = ["respx.*", "pandas.*", "asyncpraw.*"]
ignore_missing_imports = true
[tool.ruff]