Skip to content

Commit

Permalink
Update pre-commit hook stages due to depracation
Browse files Browse the repository at this point in the history
  • Loading branch information
tasansal committed Jan 10, 2025
1 parent 503e458 commit 405b5c6
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 @@ -33,7 +33,7 @@ repos:
entry: end-of-file-fixer
language: system
types: [text]
stages: [commit, push, manual]
stages: [pre-commit, pre-push, manual]
- id: flake8
name: flake8
entry: flake8
Expand All @@ -60,7 +60,7 @@ repos:
entry: trailing-whitespace-fixer
language: system
types: [text]
stages: [commit, push, manual]
stages: [pre-commit, pre-push, manual]
args: [--markdown-linebreak-ext=md]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.6.0
Expand Down

0 comments on commit 405b5c6

Please sign in to comment.