We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ed7d0e4 + c46265a commit 462433aCopy full SHA for 462433a
1 file changed
.pre-commit-config.yaml
@@ -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.3
+ rev: v22.1.4
54
hooks:
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: 8.0.1
+ rev: 9.0.0a3
75
76
- id: isort
77
name: isort (python)
0 commit comments