Skip to content

Commit

Permalink
Merge branch 'main' into size
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau authored Jan 8, 2025
2 parents a47a458 + f6bd1b8 commit 27e25bb
Showing 1 changed file with 6 additions and 20 deletions.
26 changes: 6 additions & 20 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,40 +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]

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

# crash on ipyvuetify
#- repo: https://github.com/FHPythonUtils/LicenseCheck
# rev: "2023.5.1"
# hooks:
# - id: licensecheck
# stages: [commit]
stages: [pre-commit]

- repo: https://github.com/codespell-project/codespell
rev: v2.2.4
hooks:
- id: codespell
stages: [commit]
stages: [pre-commit]
additional_dependencies:
- tomli

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

0 comments on commit 27e25bb

Please sign in to comment.