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

confine pre-commit to stages #3940

Merged
merged 7 commits into from Oct 27, 2023

Commits on Oct 10, 2023

  1. confine pre-commit to stages

    See https://pre-commit.com/#confining-hooks-to-run-at-certain-stages
    
    > If you are authoring a tool, it is usually a good idea to provide an appropriate `stages` property. For example a reasonable setting for a linter or code formatter would be `stages: [pre-commit, pre-merge-commit, pre-push, manual]`.
    davidculley committed Oct 10, 2023
    Copy the full SHA
    71b481b View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. update CHANGES.md

    davidculley committed Oct 18, 2023
    Copy the full SHA
    45ff447 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5bec70a View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. remove unrelated change

    Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
    davidculley and JelleZijlstra committed Oct 25, 2023
    Copy the full SHA
    bda0cb3 View commit details
    Browse the repository at this point in the history
  2. clarify that black's pre-commit integration is meant

    Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
    davidculley and JelleZijlstra committed Oct 25, 2023
    Copy the full SHA
    974ae97 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9686ebd View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

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