summaryrefslogtreecommitdiffstats
path: root/.pre-commit-config.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #88933 from raulsntos/dotnet/pre-commitRémi Verschelde2024-03-021-0/+6
|\ | | | | Move dotnet-format script to pre-commit
| * Move dotnet-format script to pre-commitRaul Santos2024-03-021-0/+6
| | | | | | | | Co-authored-by: Paul Joannon <437025+paulloz@users.noreply.github.com>
* | Pre-commit: Update to clang-format 17.0.6 and black 24.2.0Rémi Verschelde2024-02-281-2/+2
|/
* Replace hand-written pre-commit hooks with `pre-commit` Python toolAarni Koskela2024-02-261-0/+49
`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>