Skip to content

Commit 3c69e2a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 26.3.0 → 26.3.1](psf/black-pre-commit-mirror@26.3.0...26.3.1) - [github.com/pre-commit/mirrors-clang-format: v22.1.0 → v22.1.1](pre-commit/mirrors-clang-format@v22.1.0...v22.1.1) - [github.com/astral-sh/ruff-pre-commit: v0.15.5 → v0.15.6](astral-sh/ruff-pre-commit@v0.15.5...v0.15.6)
1 parent 4ca1d16 commit 3c69e2a

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
@@ -65,12 +65,12 @@ repos:
6565

6666
# Last modifier: Coding Standard
6767
- repo: https://github.com/psf/black-pre-commit-mirror
68-
rev: 26.3.0
68+
rev: 26.3.1
6969
hooks:
7070
- id: black
7171

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

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

0 commit comments

Comments
 (0)