Skip to content

Commit eb262e2

Browse files
chore(pre-commit.ci): pre-commit autoupdate (#308)
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) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e11bce8 commit eb262e2

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.2.2
12+
rev: v4.4.1
1313
hooks:
1414
- id: commitizen
1515
stages: [commit-msg]
@@ -38,13 +38,13 @@ repos:
3838
- id: pyupgrade
3939
args: [--py311-plus]
4040
- repo: https://github.com/astral-sh/ruff-pre-commit
41-
rev: v0.9.7
41+
rev: v0.9.10
4242
hooks:
4343
- id: ruff
4444
args: [--fix]
4545
- id: ruff-format
4646
- repo: https://github.com/cdce8p/python-typing-update
47-
rev: v0.7.0
47+
rev: v0.7.1
4848
hooks:
4949
- id: python-typing-update
5050
stages: [manual]

0 commit comments

Comments
 (0)