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 ca44909 commit 725d2adCopy full SHA for 725d2ad
.github/workflows/pre-commit.yml
@@ -21,7 +21,7 @@ jobs:
21
python-version: 3.10.4
22
- name: Install system hooks
23
run: sudo apt-get install clang-format-14 cppcheck
24
- - uses: pre-commit/[email protected].0
+ - uses: pre-commit/[email protected].1
25
with:
26
extra_args: --all-files --hook-stage manual
27
0 commit comments