PrefectHQ / prefect-recipes

Snippets and templates representing common Customer Success patterns
https://PrefectHQ.github.io/prefect-recipes/
Apache License 2.0
238 stars 29 forks source link

Apply linting to future recipes #171

Open ahuang11 opened 1 year ago

ahuang11 commented 1 year ago

💻

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