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/commitizen-tools/commitizen: v4.1.0 → v4.1.1](commitizen-tools/commitizen@v4.1.0...v4.1.1)
- [github.com/python/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0)
- [github.com/astral-sh/ruff-pre-commit: v0.8.3 → v0.9.4](astral-sh/ruff-pre-commit@v0.8.3...v0.9.4)
  • Loading branch information
pre-commit-ci[bot] authored Feb 3, 2025
1 parent b9033ee commit 3b1b0a6
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 @@ -6,7 +6,7 @@ repos:
stages:
- commit-msg
repo: https://github.com/commitizen-tools/commitizen
rev: v4.1.0
rev: v4.1.1
- hooks:
- id: check-useless-excludes
repo: meta
Expand All @@ -18,7 +18,7 @@ repos:
- hooks:
- id: black
repo: https://github.com/python/black
rev: 24.10.0
rev: 25.1.0
- hooks:
- id: check-added-large-files
args: [--maxkb=10000]
Expand Down Expand Up @@ -51,7 +51,7 @@ repos:
rev: v5.0.0
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.8.3
rev: v0.9.4
hooks:
# Run the linter.
- id: ruff
Expand Down

0 comments on commit 3b1b0a6

Please sign in to comment.