Skip to content

Commit

Permalink
chore(pre-commit.ci): pre-commit autoupdate (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored Jan 27, 2025
1 parent b4166c3 commit 714c5d0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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.1.0
rev: v4.1.1
hooks:
- id: commitizen
stages: [commit-msg]
Expand All @@ -32,7 +32,7 @@ repos:
hooks:
- id: pyproject-fmt
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.5.18
rev: 0.5.24
hooks:
- id: uv-lock
- repo: https://github.com/asottile/pyupgrade
Expand All @@ -41,18 +41,18 @@ repos:
- id: pyupgrade
args: [--py39-plus]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
rev: v4.0.0-alpha.8
hooks:
- id: prettier
args: ["--tab-width", "2"]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.1
rev: v0.9.3
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- id: ruff-format
- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.0
hooks:
- id: codespell
# - repo: https://github.com/pre-commit/mirrors-mypy
Expand Down

0 comments on commit 714c5d0

Please sign in to comment.