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

feat: Add pre-commit.com hook config to allow easy usage with pre-commit configs #143

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 24, 2023

  1. feat: Add pre-commit.com hook config.

    This allows easily using addlicense with pre-commit hooks by adding e.g.
    
    ```
    - repo: https://github.com/google/addlicense
        rev: <version>
        hooks:
          - id: addlicense
    ```
    
    to their `.pre-commit-config.yaml` file.
    rickeylev committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    03aa991 View commit details
    Browse the repository at this point in the history