Skip to content

Commit aa513b6

Browse files
chore(pre-commit.ci): pre-commit autoupdate (#12)
updates: - [github.com/commitizen-tools/commitizen: v4.2.2 → v4.4.1](commitizen-tools/commitizen@v4.2.2...v4.4.1) - [github.com/tox-dev/pyproject-fmt: v2.5.0 → v2.5.1](tox-dev/pyproject-fmt@v2.5.0...v2.5.1) - [github.com/astral-sh/uv-pre-commit: 0.6.2 → 0.6.3](astral-sh/uv-pre-commit@0.6.2...0.6.3) - [github.com/astral-sh/ruff-pre-commit: v0.9.7 → v0.9.9](astral-sh/ruff-pre-commit@v0.9.7...v0.9.9) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 4eb41a6 commit aa513b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ci:
99

1010
repos:
1111
- repo: https://github.com/commitizen-tools/commitizen
12-
rev: v4.2.2
12+
rev: v4.4.1
1313
hooks:
1414
- id: commitizen
1515
stages: [commit-msg]
@@ -28,11 +28,11 @@ repos:
2828
- id: end-of-file-fixer
2929
- id: trailing-whitespace
3030
- repo: https://github.com/tox-dev/pyproject-fmt
31-
rev: "v2.5.0"
31+
rev: "v2.5.1"
3232
hooks:
3333
- id: pyproject-fmt
3434
- repo: https://github.com/astral-sh/uv-pre-commit
35-
rev: 0.6.2
35+
rev: 0.6.3
3636
hooks:
3737
- id: uv-lock
3838
- repo: https://github.com/pre-commit/mirrors-prettier
@@ -41,7 +41,7 @@ repos:
4141
- id: prettier
4242
args: ["--tab-width", "2"]
4343
- repo: https://github.com/astral-sh/ruff-pre-commit
44-
rev: v0.9.7
44+
rev: v0.9.9
4545
hooks:
4646
- id: ruff
4747
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)