Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- [github.com/astral-sh/ruff-pre-commit: v0.5.6 → v0.8.6](astral-sh/ruff-pre-commit@v0.5.6...v0.8.6)
- [github.com/commitizen-tools/commitizen: v3.28.0 → v4.1.0](commitizen-tools/commitizen@v3.28.0...v4.1.0)
  • Loading branch information
pre-commit-ci[bot] authored Jan 6, 2025
1 parent fd578af commit 9809335
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,7 +5,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: check-added-large-files
Expand All @@ -22,7 +22,7 @@ repos:

- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.5.6
rev: v0.8.6
hooks:
# Run the linter.
- id: ruff
Expand All @@ -44,7 +44,7 @@ repos:
- id: rst-linter

- repo: https://github.com/commitizen-tools/commitizen
rev: v3.28.0
rev: v4.1.0
hooks:
- id: commitizen
stages: [commit-msg]

0 comments on commit 9809335

Please sign in to comment.