Skip to content

Commit a8816ef

Browse files
pre-commit-ci[bot]mborgerson
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/abravalheri/validate-pyproject: v0.19 → v0.20.2](abravalheri/validate-pyproject@v0.19...v0.20.2) - [github.com/pre-commit/mirrors-clang-format: v18.1.8 → v19.1.0](pre-commit/mirrors-clang-format@v18.1.8...v19.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.6.7 → v0.6.8](astral-sh/ruff-pre-commit@v0.6.7...v0.6.8)
1 parent 576d797 commit a8816ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
#
1010

1111
- repo: https://github.com/abravalheri/validate-pyproject
12-
rev: v0.19
12+
rev: v0.20.2
1313
hooks:
1414
- id: validate-pyproject
1515
fail_fast: true
@@ -76,7 +76,7 @@ repos:
7676
- id: black
7777

7878
- repo: https://github.com/pre-commit/mirrors-clang-format
79-
rev: v18.1.8
79+
rev: v19.1.0
8080
hooks:
8181
- id: clang-format
8282
files: pypcode/pypcode_native.cpp
@@ -105,7 +105,7 @@ repos:
105105
- id: check-docstring-first
106106

107107
- repo: https://github.com/astral-sh/ruff-pre-commit
108-
rev: v0.6.7
108+
rev: v0.6.8
109109
hooks:
110110
- id: ruff
111111

0 commit comments

Comments
 (0)