lmstudio-ai / venvstacks

Virtual environment stacks for Python
https://lmstudio-ai.github.io/venvstacks/
MIT License
1 stars 0 forks source link

Define pre-commit checks #8

Open ncoghlan opened 1 week ago

ncoghlan commented 1 week ago

It's inefficient to have CI runs fail for things that are quick to run locally.

Code linting, autoformatting, and typechecking should be defined as precommit hooks, not just as CI tasks.