| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace hand-written pre-commit hooks with `pre-commit` Python tool | Aarni Koskela | 2024-02-26 | 1 | -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 hooks | Pedro J. Estébanez | 2022-08-30 | 1 | -1/+1 |
| | | |||||
| * | Rename "makerst.py" to "make_rst.py" | Aaron Franke | 2021-10-24 | 1 | -1/+1 |
| | | |||||
| * | Hooks: Add pre-commit hook for psf/black formatting | Rémi Verschelde | 2020-03-30 | 1 | -1/+1 |
| | | |||||
| * | Add a pre-commit hook to check the class reference syntax | Hugo Locurcio | 2019-12-06 | 1 | -1/+1 |
| | | | | | This also makes documentation helper scripts executable. | ||||
| * | clang-format: Add pre-commit hook | Rémi Verschelde | 2017-02-12 | 1 | -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 | |||||
