dfr99 / dfr-tfm

Repository to store code related to my TFM
MIT License
1 stars 0 forks source link

Add workflow to validate Python code #36

Closed dfr99 closed 2 days ago

dfr99 commented 3 weeks ago

Motivation

AS A data engineer I WANT to validate my ETL code and verify that it follows the best formatting practices automatically SO THAT I can ensure my code is correctly defined.

Acceptance criteria

dfr99 commented 3 weeks ago

The selected tool would be flake8. There are a GitHub Action to use flake8 in workflows

dfr99 commented 3 weeks ago

Also consider to use black formatter. It can be integrated with Code and it is able to use in GitHub Actions