Skip to content

Commit

Permalink
Merge branch 'master' into directly-use-3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
woile authored Nov 10, 2024
2 parents 6d3c53c + e75b837 commit 774c5ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ default_install_hook_types:
- pre-push

default_stages:
- commit
- push
- pre-commit
- pre-push

repos:
- repo: meta
Expand Down Expand Up @@ -55,7 +55,7 @@ repos:
- id: commitizen-branch
stages:
- post-commit
- push
- pre-push

- repo: local
hooks:
Expand All @@ -70,6 +70,6 @@ repos:
name: linter and test
language: system
pass_filenames: false
stages: [ push ]
stages: [ pre-push ]
entry: ./scripts/test
types: [ python ]

0 comments on commit 774c5ec

Please sign in to comment.