Skip to content

Commit

Permalink
Update pre-commit hook stages for consistency (#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkb79 authored Dec 25, 2024
1 parent d099252 commit d8e6954
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 @@ -32,7 +32,7 @@ repos:
entry: end-of-file-fixer
language: system
types: [text]
stages: [commit, push, manual]
stages: [pre-commit, pre-push, manual]
- id: ruff-check
name: ruff check
entry: ruff check
Expand All @@ -44,7 +44,7 @@ repos:
entry: trailing-whitespace-fixer
language: system
types: [text]
stages: [commit, push, manual]
stages: [pre-commit, pre-push, manual]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.3
hooks:
Expand Down

0 comments on commit d8e6954

Please sign in to comment.