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

Add pre-commit configuration #1969

Merged
merged 1 commit into from
Oct 26, 2023
Merged

Add pre-commit configuration #1969

merged 1 commit into from
Oct 26, 2023

Commits on Oct 26, 2023

  1. Add pre-commit configuration

    [pre-commit](https://pre-commit.com/) is a framework for easy set-up
    of pre-commit hooks.
    
    This adds configuration for it to run:
    * ts compilation
    * ts linting
    * pr-checks synchronization
    
    The latter required the `sync.py` to be callable from the project root.
    
    `pre-commit` can be enabled with
    ```
    python3 -m pip install pre-commit
    pre-commit install
    ```
    redsun82 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    7f7aa09 View commit details
    Browse the repository at this point in the history