We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e233fad commit 3f669dfCopy full SHA for 3f669df
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ repos:
9
#
10
11
- repo: https://github.com/abravalheri/validate-pyproject
12
- rev: v0.22
+ rev: v0.23
13
hooks:
14
- id: validate-pyproject
15
fail_fast: true
@@ -76,7 +76,7 @@ repos:
76
- id: black
77
78
- repo: https://github.com/pre-commit/mirrors-clang-format
79
- rev: v19.1.2
+ rev: v19.1.3
80
81
- id: clang-format
82
files: pypcode/pypcode_native.cpp
@@ -105,7 +105,7 @@ repos:
105
- id: check-docstring-first
106
107
- repo: https://github.com/astral-sh/ruff-pre-commit
108
- rev: v0.7.1
+ rev: v0.7.3
109
110
- id: ruff
111
0 commit comments