hatchet no-mistake

This commit is contained in:
Igor Loskutov
2025-12-16 00:48:30 -05:00
parent 243ff2177c
commit c5498d26bf
18 changed files with 2189 additions and 1952 deletions

View File

@@ -40,6 +40,7 @@ dependencies = [
"webvtt-py>=0.5.0",
"icalendar>=6.0.0",
"conductor-python>=1.2.3",
"hatchet-sdk>=0.47.0",
]
[dependency-groups]
@@ -135,5 +136,10 @@ select = [
"reflector/processors/summary/summary_builder.py" = ["E501"]
"gpu/modal_deployments/**.py" = ["PLC0415"]
"reflector/tools/**.py" = ["PLC0415"]
"reflector/hatchet/run_workers.py" = ["PLC0415"]
"reflector/hatchet/workflows/**.py" = ["PLC0415"]
"reflector/conductor/run_workers.py" = ["PLC0415"]
"reflector/conductor/workers/**.py" = ["PLC0415"]
"reflector/views/hatchet.py" = ["PLC0415"]
"migrations/versions/**.py" = ["PLC0415"]
"tests/**.py" = ["PLC0415"]