Skip to content

Commit

Permalink
proactive fix for pre-commit deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
Altay Sansal committed Nov 20, 2024
1 parent 3057f98 commit 7b23e58
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 @@ -35,13 +35,13 @@ repos:
entry: end-of-file-fixer
language: system
types: [text]
stages: [commit, push, manual]
stages: [pre-commit, pre-push, manual]
- id: trailing-whitespace
name: Trim Trailing Whitespace
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 7b23e58

Please sign in to comment.