We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To ensure that the recipes are as clean as possible
I think the python checks workflow should also include flake8 + isort + autoflake8.
Linked recipes (like from discourse) should adhere to those as well before merging.
To make this easier, pre-commit can be updated to include the listed items, see prefect-collection-template for example.
prefect-collection-template
n/a
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
💻
What problem are you trying to solve?
To ensure that the recipes are as clean as possible
Describe the solution you'd like
I think the python checks workflow should also include flake8 + isort + autoflake8.
Linked recipes (like from discourse) should adhere to those as well before merging.
To make this easier, pre-commit can be updated to include the listed items, see
prefect-collection-template
for example.Describe alternatives you've considered
n/a
Documentation, Adoption, Migration Strategy
No response
The text was updated successfully, but these errors were encountered: