Hey everyone! Was wondering if there's a `flake8`...
# prefect-community
k
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
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
@Kelvin DeCosta and @Mike Grabbe cool ideas - feel free to open a feature enhancement issue in the GitHub repo. 🙂