There was an error while loading. Please reload this page.
2 parents 92c57d1 + 604d425 commit 16482a0Copy full SHA for 16482a0
1 file changed
.pre-commit-config.yaml
@@ -37,7 +37,7 @@ repos:
37
- id: text-unicode-replacement-char
38
39
- repo: https://github.com/codespell-project/codespell
40
- rev: v2.4.2
+ rev: v2.4.3
41
hooks:
42
- id: codespell
43
additional_dependencies:
@@ -50,7 +50,7 @@ repos:
50
exclude: "_vendored/conv_template.py"
51
52
- repo: https://github.com/pre-commit/mirrors-clang-format
53
- rev: v22.1.5
+ rev: v22.1.8
54
55
- id: clang-format
56
args: ["-i"]
@@ -71,7 +71,7 @@ repos:
71
- flake8-bugbear==24.4.26
72
73
- repo: https://github.com/pycqa/isort
74
- rev: 9.0.0a3
+ rev: 9.0.0b1
75
76
- id: isort
77
name: isort (python)
0 commit comments