Skip to content

Commit

Permalink
Update pch stages.
Browse files Browse the repository at this point in the history
  • Loading branch information
kklein committed Dec 24, 2024
1 parent 9eff4c6 commit 616af85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ repos:
language: system
entry: pixi run -e lint trailing-whitespace-fixer
types: [text]
stages: [commit, push, manual]
stages: [pre-commit, pre-push, manual]
- id: end-of-file-fixer
name: fix end of files
language: system
entry: pixi run -e lint end-of-file-fixer
types: [text]
stages: [commit, push, manual]
stages: [pre-commit, pre-push, manual]
- id: check-merge-conflict
name: check for merge conflicts
language: system
Expand Down

0 comments on commit 616af85

Please sign in to comment.