Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace hand-written pre-commit hooks with pre-commit Python tool #88866

Merged
merged 1 commit into from
Feb 27, 2024

Commits on Feb 26, 2024

  1. Replace hand-written pre-commit hooks with pre-commit Python tool

    `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 <[email protected]>
    akx and akien-mga committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    20c563d View commit details
    Browse the repository at this point in the history