Skip to content

Commit c4be822

Browse files
chore(pre-commit.ci): pre-commit autoupdate
updates: - [github.com/commitizen-tools/commitizen: v4.8.2 → v4.8.3](commitizen-tools/commitizen@v4.8.2...v4.8.3) - [github.com/astral-sh/ruff-pre-commit: v0.11.11 → v0.12.7](astral-sh/ruff-pre-commit@v0.11.11...v0.12.7) - [github.com/cdce8p/python-typing-update: v0.7.1 → v0.7.2](cdce8p/python-typing-update@v0.7.1...v0.7.2) - [github.com/pre-commit/mirrors-mypy.git: v1.15.0 → v1.17.1](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.15.0...v1.17.1)
1 parent f98cfec commit c4be822

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.8.2
12+
rev: v4.8.3
1313
hooks:
1414
- id: commitizen
1515
stages: [commit-msg]
@@ -38,13 +38,13 @@ repos:
3838
- id: pyupgrade
3939
args: [--py39-plus]
4040
- repo: https://github.com/astral-sh/ruff-pre-commit
41-
rev: v0.11.11
41+
rev: v0.12.7
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.1
47+
rev: v0.7.2
4848
hooks:
4949
- id: python-typing-update
5050
stages: [manual]
@@ -58,7 +58,7 @@ repos:
5858
# hooks:
5959
# - id: codespell
6060
- repo: https://github.com/pre-commit/mirrors-mypy.git
61-
rev: v1.15.0
61+
rev: v1.17.1
6262
hooks:
6363
- id: mypy
6464
alias: mypy-py313

0 commit comments

Comments
 (0)