Skip to content

Commit 50cfc2f

Browse files
pre-commit-ci[bot]mborgerson
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-clang-format: v22.1.3 → v22.1.4](pre-commit/mirrors-clang-format@v22.1.3...v22.1.4) - [github.com/astral-sh/ruff-pre-commit: v0.15.11 → v0.15.12](astral-sh/ruff-pre-commit@v0.15.11...v0.15.12) - [github.com/pre-commit/mirrors-mypy: v1.20.1 → v1.20.2](pre-commit/mirrors-mypy@v1.20.1...v1.20.2)
1 parent 5bc15cf commit 50cfc2f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ repos:
7070
- id: black
7171

7272
- repo: https://github.com/pre-commit/mirrors-clang-format
73-
rev: v22.1.3
73+
rev: v22.1.4
7474
hooks:
7575
- id: clang-format
7676
files: pypcode/pypcode_native.cpp
@@ -99,12 +99,12 @@ repos:
9999
- id: check-docstring-first
100100

101101
- repo: https://github.com/astral-sh/ruff-pre-commit
102-
rev: v0.15.11
102+
rev: v0.15.12
103103
hooks:
104104
- id: ruff
105105

106106
- repo: https://github.com/pre-commit/mirrors-mypy
107-
rev: v1.20.1
107+
rev: v1.20.2
108108
hooks:
109109
- id: mypy
110110

0 commit comments

Comments
 (0)