C-Loftus / talon-ai-tools

Query LLMs and AI tools with voice commands
http://colton.place/talon-ai-tools/
MIT License
46 stars 17 forks source link

Add autoformatter #17

Closed pokey closed 6 months ago

pokey commented 7 months ago

we should be able to just steal the pre-commit setup from community

Originally posted by @pokey in https://github.com/C-Loftus/talon-ai-tools/issues/13#issuecomment-1932274685

C-Loftus commented 7 months ago

I tried to set that up, but could not build talonfmt locally on windows due to treesitter. Must be something on my end, but didn't have success

pokey commented 7 months ago

Interesting. In theory that shouldn't matter as it just needs to run in CI

Alternatively, we could start with just the Python stuff. That's the most important piece imo