Skip to content

Commit c8291c7

Browse files
chore(pre-commit.ci): pre-commit autoupdate
updates: - [github.com/commitizen-tools/commitizen: v4.8.2 → v4.9.1](commitizen-tools/commitizen@v4.8.2...v4.9.1) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [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.11.11 → v0.14.0](astral-sh/ruff-pre-commit@v0.11.11...v0.14.0) - [github.com/cdce8p/python-typing-update: v0.7.1 → v0.7.3](cdce8p/python-typing-update@v0.7.1...v0.7.3) - [github.com/pre-commit/mirrors-mypy.git: v1.15.0 → v1.18.2](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.15.0...v1.18.2)
1 parent 01afe56 commit c8291c7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

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

1010
repos:
1111
- repo: https://github.com/commitizen-tools/commitizen
12-
rev: v4.8.2
12+
rev: v4.9.1
1313
hooks:
1414
- id: commitizen
1515
stages: [commit-msg]
1616
- repo: https://github.com/pre-commit/pre-commit-hooks
17-
rev: v5.0.0
17+
rev: v6.0.0
1818
hooks:
1919
- id: debug-statements
2020
- id: check-builtin-literals
@@ -33,18 +33,18 @@ repos:
3333
hooks:
3434
- id: prettier
3535
- repo: https://github.com/asottile/pyupgrade
36-
rev: v3.20.0
36+
rev: v3.21.0
3737
hooks:
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.14.0
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.3
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.18.2
6262
hooks:
6363
- id: mypy
6464
alias: mypy-py313

0 commit comments

Comments
 (0)