We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12ed198 commit 789ac3cCopy full SHA for 789ac3c
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ repos:
9
#
10
11
- repo: https://github.com/abravalheri/validate-pyproject
12
- rev: v0.20.2
+ rev: v0.21
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.1
+ rev: v19.1.2
80
81
- id: clang-format
82
files: pypcode/pypcode_native.cpp
@@ -105,12 +105,12 @@ repos:
105
- id: check-docstring-first
106
107
- repo: https://github.com/astral-sh/ruff-pre-commit
108
- rev: v0.6.9
+ rev: v0.7.0
109
110
- id: ruff
111
112
- repo: https://github.com/pre-commit/mirrors-mypy
113
- rev: v1.11.2
+ rev: v1.12.1
114
115
- id: mypy
116
0 commit comments