Skip to content

Commit 1de5271

Browse files
github-actions[bot]shenxianpengCopilot
authored
Bump cpp-linter/clang-tools-static-binaries to master-b35c5633 (#119)
* chore: bump clang-tools-static-binaries to master-b35c5633 * chore: update path in test * chore: bump hooks version * update code and sha512sum files * update sha512sum files * Update .github/workflows/python-test.yml Co-authored-by: Copilot <[email protected]> * Update README.rst * Update README.rst --------- Co-authored-by: shenxianpeng <[email protected]> Co-authored-by: shenxianpeng <[email protected]> Co-authored-by: Copilot <[email protected]>
1 parent 47c4b1d commit 1de5271

7 files changed

+10
-8
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v5.0.0
44
hooks:
55
- id: trailing-whitespace
66
exclude: \.output
@@ -12,11 +12,11 @@ repos:
1212
- id: debug-statements
1313
- id: requirements-txt-fixer
1414
- repo: https://github.com/asottile/pyupgrade
15-
rev: v3.15.1
15+
rev: v3.20.0
1616
hooks:
1717
- id: pyupgrade
1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.2.2
19+
rev: v0.11.11
2020
hooks:
2121
- id: ruff
2222
- id: ruff-format

README.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,5 +139,4 @@ clang-format, clang-tidy, clang-query, clang-apply-replacements
139139
Windows,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️
140140
macOS,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️
141141

142-
.. warning::
143-
All clang-tidy v14+ builds for MacOS are still ~1.6 GB in size.
142+
For more details, visit the `clang-tools-static-binaries <https://github.com/cpp-linter/clang-tools-static-binaries>`_ repository.

clang_tools/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""The clang-tools package's base module."""
2+
23
from .util import check_install_os
34

45

@@ -8,4 +9,4 @@
89
suffix = ".exe" if install_os == "windows" else ""
910

1011
# tag of https://github.com/cpp-linter/clang-tools-static-binaries/releases
11-
release_tag = "master-11dfa474"
12+
release_tag = "master-b35c5633"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ced6413367e7930395c38cc97b82b201b833f424d3293ab2d188c2f4318a318b464b0dbb3e0427bf09ed3af05ee3308301826f8258ecdba8193c7e600fee146e clang-format-12_macosx-amd64
1+
9be1e20c5b418e6100fb39f45ea43a0a653cb8457abd942d167187d4493028fbd0993cbf6fc574bc4158d1ec76a076c617596cc6c2a6a0135e51d0e0617a7655 clang-format-12_macosx-amd64
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
682988cd469c37bd2e41b418fd67185be34d40a5586722f7482969cd5d961e089e99d75251e0a775266cb470d78f5569cde4eaa0041b57ab3338874ec07be290 *clang-format-12_windows-amd64
1+
7c00dc5d2f715ee7f022121335f10896f092bbb8bd91c304010241fb11926b459a6995b2d79fc2171f7523b748455c53d009d69f88c81da0841ca57114fbbdce *clang-format-12_windows-amd64

tests/test_install.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Tests related to installing a clang tool."""
2+
23
from pathlib import PurePath, Path
34
import os
45
import pytest

tests/test_main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Tests that relate to the main.py module."""
2+
23
from typing import Optional, List
34
from argparse import ArgumentParser
45
import pytest

0 commit comments

Comments
 (0)