Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace hand-written pre-commit hooks with `pre-commit` Python tool | Aarni Koskela | 2024-02-26 | 1 | -59/+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> | ||||
* | [Git hooks] Add AppleScript dialog script for macOS. | bruvzg | 2023-01-16 | 1 | -0/+59 |