We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 576d797 commit a8816efCopy full SHA for a8816ef
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ repos:
9
#
10
11
- repo: https://github.com/abravalheri/validate-pyproject
12
- rev: v0.19
+ rev: v0.20.2
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: v18.1.8
+ rev: v19.1.0
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.6.7
+ rev: v0.6.8
109
110
- id: ruff
111
0 commit comments