summaryrefslogtreecommitdiffstats
path: root/misc/hooks/pre-commit-make-rst
Commit message (Collapse)AuthorAgeFilesLines
* Replace hand-written pre-commit hooks with `pre-commit` Python toolAarni Koskela2024-02-261-12/+0
| | | | | | | | | | | `pre-commit` can be installed with pip, and configured in the Godot repo with `pre-commit install`. It can then easily be run both locally with `pre-commit run`, and on CI, in a cross-platform way. This makes it much easier for contributors to set up pre-commit hooks, without having to manually copy files to their git folder. Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
* Create an "Editor-only" section in the online class referenceYuri Sizov2023-04-241-1/+1
| | | | | | | | | This helps to find such classes without digging through the rest of the class reference. Editor-only classes can still be found under your normal "Node" and "Resource" types. This also fixes a typo and a missed case from the recent platform docs PR.
* makerst: Print colored output for easier visual greppingHugo Locurcio2022-06-111-1/+1
| | | | | | | | This is automatically enabled on all platforms including Windows 10 and later, whenever a TTY environment is detected. In non-TTY environments such as CI, this can be forced using the `--color` command line argument.
* Rename "makerst.py" to "make_rst.py"Aaron Franke2021-10-241-0/+12