dsa-ntc / actionkit-template-renderer

ActionKit template utilities (MoveOn fork)
MIT License
2 stars 0 forks source link

write docs & tie up loose ends re: linting + formatting #12

Open schlich opened 9 months ago

schlich commented 9 months ago

are you using a formatter for these is it in a pre-commit hook or something? if not can we put a little about it in the readme so we don't have reformat stuff a bunch?

(I feel like someone mentioned adding precommit hooks in one of the meetings but now I forget sorry)

_Originally posted by @swoopej in https://github.com/dsa-ntc/actionkit-templates/pull/11#discussion_r1432191162_

Yes long story short i've been putting off documenting/finalizing code on a linter and formatter but the long and short of it is that we'll be using ruff. Key pages in the doc are config (ours will be in pyproject.yaml) and VS code integration