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: v3.8.0 → v4.0.1](pre-commit/pre-commit@v3.8.0...v4.0.1)
- [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.7 → v0.8.3](astral-sh/ruff-pre-commit@v0.5.7...v0.8.3)
- [github.com/commitizen-tools/commitizen: v3.29.0 → v4.1.0](commitizen-tools/commitizen@v3.29.0...v4.1.0)
  • Loading branch information
pre-commit-ci[bot] authored Dec 16, 2024
1 parent 7e6ea86 commit 0b824f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ default_stages:

repos:
- repo: https://github.com/pre-commit/pre-commit
rev: v3.8.0
rev: v4.0.1
hooks:
- id: validate_manifest

Expand All @@ -17,7 +17,7 @@ repos:
- id: check-useless-excludes

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
# endings
- id: end-of-file-fixer
Expand Down Expand Up @@ -77,7 +77,7 @@ repos:

- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.5.7
rev: v0.8.3
hooks:
- id: ruff
types_or: [python, pyi, jupyter]
Expand All @@ -86,7 +86,7 @@ repos:
types_or: [python, pyi, jupyter]

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

0 comments on commit 0b824f0

Please sign in to comment.