Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cpp-linter/cpp-linter-hooks
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7.0
Choose a base ref
...
head repository: cpp-linter/cpp-linter-hooks
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.0
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on May 29, 2025

  1. Bump clang-tools from 0.14.0 to 0.15.0 in the pip group (#67)

    Bumps the pip group with 1 update: [clang-tools](https://github.com/cpp-linter/clang-tools-pip).
    
    
    Updates `clang-tools` from 0.14.0 to 0.15.0
    - [Release notes](https://github.com/cpp-linter/clang-tools-pip/releases)
    - [Commits](cpp-linter/clang-tools-pip@v0.14.0...v0.15.0)
    
    ---
    updated-dependencies:
    - dependency-name: clang-tools
      dependency-version: 0.15.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: pip
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 29, 2025
    Copy the full SHA
    099ab21 View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 pyproject.toml
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ classifiers = [
"Topic :: Software Development :: Build Tools",
]
dependencies = [
"clang-tools==0.14.0",
"clang-tools==0.15.0",
]
dynamic = ["version"]