Skip to content

Commit

Permalink
refactor: replace deprecated commit stages
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau authored Nov 5, 2024
1 parent 60ec268 commit d3275e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@ repos:
rev: "22.3.0"
hooks:
- id: black
stages: [commit]
stages: [pre-commit]

- repo: "https://github.com/pre-commit/mirrors-prettier"
rev: "v2.7.1"
hooks:
- id: prettier
stages: [commit]
stages: [pre-commit]
exclude: test_build\/.+\.html$

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.0.215"
hooks:
- id: ruff
stages: [commit]
stages: [pre-commit]

- repo: "https://github.com/commitizen-tools/commitizen"
rev: "v2.18.0"
Expand Down

0 comments on commit d3275e7

Please sign in to comment.