Skip to content

Commit 02f9bc8

Browse files
chore(pre-commit.ci): pre-commit autoupdate
updates: - [github.com/commitizen-tools/commitizen: v4.8.3 → v4.9.1](commitizen-tools/commitizen@v4.8.3...v4.9.1) - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.0](asottile/pyupgrade@v3.20.0...v3.21.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.10 → v0.14.1](astral-sh/ruff-pre-commit@v0.12.10...v0.14.1)
1 parent ab82baf commit 02f9bc8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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.8.3
12+
rev: v4.9.1
1313
hooks:
1414
- id: commitizen
1515
stages: [commit-msg]
@@ -34,12 +34,12 @@ repos:
3434
- id: prettier
3535
args: ["--tab-width", "2"]
3636
- repo: https://github.com/asottile/pyupgrade
37-
rev: v3.20.0
37+
rev: v3.21.0
3838
hooks:
3939
- id: pyupgrade
4040
args: [--py310-plus]
4141
- repo: https://github.com/astral-sh/ruff-pre-commit
42-
rev: v0.12.10
42+
rev: v0.14.1
4343
hooks:
4444
- id: ruff
4545
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)