We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db08a4e + 3720742 commit 8145919Copy full SHA for 8145919
1 file changed
.pre-commit-config.yaml
@@ -50,7 +50,7 @@ repos:
50
- id: black
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==25.11.29
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