Tim Galvin
01/17/2023, 1:29 AM.submit
and .map
methods are used? mypy
is getting a little confused, I think when I have to resort to using the wait_for=
argument in this methods.
Does anyone have a preferred or generally awesome linter set up that works well with prefect that they can share?Zanie
01/17/2023, 4:15 PMwait_for
is not supported by Python’s typing tooling.Tim Galvin
01/18/2023, 1:11 AM# ignore
for the moments where I pass arguments. If you have any suggests please do share 🙂