Skip to content

Commit 5dd37e3

Browse files
committed
chore(deps-dev): 🔧 pre-commit autoupdate
1 parent 76b25ba commit 5dd37e3

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
@@ -20,23 +20,23 @@ repos:
2020
- id: check-merge-conflict
2121
- id: check-yaml
2222
- repo: https://github.com/pre-commit/mirrors-mypy
23-
rev: v1.18.2
23+
rev: v1.19.1
2424
hooks:
2525
- id: mypy
2626
args: [--ignore-missing-imports]
2727
additional_dependencies: [types-redis]
2828
- repo: https://github.com/astral-sh/ruff-pre-commit
29-
rev: "v0.14.5"
29+
rev: "v0.14.10"
3030
hooks:
3131
- id: ruff
3232
args: [--exit-non-zero-on-fix]
3333
- id: ruff-format
3434
- repo: https://github.com/astral-sh/uv-pre-commit
35-
rev: 0.9.10
35+
rev: 0.9.18
3636
hooks:
3737
- id: uv-lock
3838
- repo: https://github.com/iwpnd/pre-commit-devmoji
39-
rev: v0.0.5
39+
rev: v0.0.6
4040
hooks:
4141
- id: devmoji
4242
stages: [prepare-commit-msg]

0 commit comments

Comments
 (0)