SnowEx / snowexsql

A project to access the SnowEx database holding data from the NASA SnowEx campaign
https://snowexsql.readthedocs.io/en/latest/readme.html
GNU General Public License v3.0
23 stars 6 forks source link

Add flake8 job to the github actions #107

Open micah-prime opened 3 weeks ago

jomey commented 3 weeks ago

Just talked to Weji and he recommended Ruff https://docs.astral.sh/ruff/

lsetiawan commented 2 weeks ago

Instead of simply running style checks within github actions, it is now recommended to have a pre-commit instead that runs before any code changes is committed. Once pre-commit is setup, you can setup pre-commit.ci integration so that PR from outside contributors also get a style check. As @jomey referenced above, ruff will work with pre-commit.. simply add a hook to it.