We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e7d78c commit 650878bCopy full SHA for 650878b
.github/workflows/pre_commit.yml
@@ -28,7 +28,7 @@ jobs:
28
with:
29
node-version: 22
30
- name: Install clang-format
31
- run: sudo apt-get install -y clang-format-10
+ run: sudo apt-get install -y clang-format-13
32
- name: Install dependencies
33
run: pip install 'src/python/.[full]'
34
- name: Run pre-commit checks
0 commit comments