Skip to content

Commit

Permalink
refactor: update commit names
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau authored Nov 4, 2024
1 parent 69b0416 commit 28a62f2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repos:
rev: "22.3.0"
hooks:
- id: black
stages: [commit]
stages: [pre-commit]

- repo: "https://github.com/commitizen-tools/commitizen"
rev: "v2.18.0"
Expand All @@ -17,26 +17,26 @@ repos:
rev: "0.5.0"
hooks:
- id: nbstripout
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: tests\/test_.+\.

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

- repo: https://github.com/PyCQA/doc8
rev: "v1.1.1"
hooks:
- id: doc8
stages: [commit]
stages: [pre-commit]

# crash on ipyvuetify
#- repo: https://github.com/FHPythonUtils/LicenseCheck
Expand All @@ -49,7 +49,7 @@ repos:
rev: v2.2.4
hooks:
- id: codespell
stages: [commit]
stages: [pre-commit]
additional_dependencies:
- tomli

Expand All @@ -58,5 +58,5 @@ repos:
rev: v4.3.0
hooks:
- id: check-merge-conflict
stages: [commit]
stages: [pre-commit]
args: [--assume-in-merge]

0 comments on commit 28a62f2

Please sign in to comment.