summaryrefslogtreecommitdiffstats
path: root/misc/hooks/pre-commit
Commit message (Collapse)AuthorAgeFilesLines
* Replace hand-written pre-commit hooks with `pre-commit` Python toolAarni Koskela2024-02-261-50/+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>
* Add ability to extend the set of Git pre-commit hooksPedro J. Estébanez2022-08-301-1/+1
|
* Rename "makerst.py" to "make_rst.py"Aaron Franke2021-10-241-1/+1
|
* Hooks: Add pre-commit hook for psf/black formattingRémi Verschelde2020-03-301-1/+1
|
* Add a pre-commit hook to check the class reference syntaxHugo Locurcio2019-12-061-1/+1
| | | | This also makes documentation helper scripts executable.
* clang-format: Add pre-commit hookRémi Verschelde2017-02-121-0/+50
Derived from https://github.com/githubbrowser/Pre-commit-hooks and https://gitlab.cern.ch/GeantV/geant/blob/master/hooks/pre-commit-clang-format