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

build: install all hooks type at once #258

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Apr 21, 2023

  1. build: install all hooks type at once

    commitizen is a commit-msg hook, it won't be installed by default. Using the `default_install_hook_types` makes sure that all the hooks used in this file are installed when running:
    
    ```
    pre-commit install
    ```
    12rambau committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    a5e0fa0 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    b628acf View commit details
    Browse the repository at this point in the history