Skip to content

Commit

Permalink
chore(pre-commit.ci): pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/commitizen-tools/commitizen: v4.2.2 → v4.4.1](commitizen-tools/commitizen@v4.2.2...v4.4.1)
- [github.com/astral-sh/ruff-pre-commit: v0.9.7 → v0.9.10](astral-sh/ruff-pre-commit@v0.9.7...v0.9.10)
- [github.com/cdce8p/python-typing-update: v0.7.0 → v0.7.1](cdce8p/python-typing-update@v0.7.0...v0.7.1)
  • Loading branch information
pre-commit-ci[bot] authored Mar 10, 2025
1 parent e11bce8 commit ff5dd75
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 @@ -9,7 +9,7 @@ ci:

repos:
- repo: https://github.com/commitizen-tools/commitizen
rev: v4.2.2
rev: v4.4.1
hooks:
- id: commitizen
stages: [commit-msg]
Expand Down Expand Up @@ -38,13 +38,13 @@ repos:
- id: pyupgrade
args: [--py311-plus]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.7
rev: v0.9.10
hooks:
- id: ruff
args: [--fix]
- id: ruff-format
- repo: https://github.com/cdce8p/python-typing-update
rev: v0.7.0
rev: v0.7.1
hooks:
- id: python-typing-update
stages: [manual]
Expand Down

0 comments on commit ff5dd75

Please sign in to comment.