Skip to content

Commit

Permalink
ci: Update Git Hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
cmlh committed Jan 7, 2025
1 parent d210977 commit 99415be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Python/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@ repos:
hooks:
- id: commitizen
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
# https://github.com/codespell-project/codespell?tab=readme-ov-file#pre-commit-hook
- repo: https://github.com/codespell-project/codespell
rev: v2.2.4
rev: v2.3.0
hooks:
- id: codespell
# https://github.com/markdownlint/markdownlint/blob/main/.pre-commit-hooks.yaml
- repo: https://github.com/markdownlint/markdownlint
rev: v0.13.0
rev: v0.12.0
hooks:
- id: markdownlint
name: Markdownlint
Expand Down

0 comments on commit 99415be

Please sign in to comment.