https://prefect.io logo
Title
k

Kelvin DeCosta

12/08/2022, 2:28 PM
Hey everyone! Was wondering if there's a
flake8
(or any other linter) plugin to check for
prefect
specific code issues. The main issue I find myself making is calling a
task
from another one. I don't think a static type checker can detect this type of issue. There are probably more issues that are waiting to be discovered and I think it would benefit the community if there was a linting tool that accounted for
prefect
👀 2
m

Mike Grabbe

12/08/2022, 2:44 PM
I can see how this would be useful. Some kind of compile or validate flow operation would probably be able to detect a problem like this.
j

Jeff Hale

12/08/2022, 10:20 PM
@Kelvin DeCosta and @Mike Grabbe cool ideas - feel free to open a feature enhancement issue in the GitHub repo. 🙂