stsewd / tree-sitter-rst

reStructuredText grammar for tree-sitter
https://stsewd.dev/tree-sitter-rst/
MIT License
50 stars 7 forks source link

Add some CI checks for the Python script #57

Open stsewd opened 6 months ago

stsewd commented 6 months ago

We have one small Python file now https://github.com/stsewd/tree-sitter-rst/blob/master/utils/gen_punctuation_chars.py. For now, I've been manually running black and a linter, but would be great to have that in the CI.