examples: orchestrator + click CLI (ingest sub-command)
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was canceled
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was canceled
This commit is contained in:
parent
a10d7fe2a6
commit
2271d7d5e5
4 changed files with 256 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue