Skip to content

Commit

Permalink
chore(deps): update pre-commit-deps (major) (#139)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Milan Vukov <mvukov@gmail.com>
  • Loading branch information
renovate[bot] and mvukov authored Oct 5, 2024
1 parent 436bf10 commit e8d0a44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ exclude: (.*\.patch)

repos:
- repo: https://github.com/keith/pre-commit-buildifier
rev: 6.4.0
rev: 7.3.1
hooks:
- id: buildifier
args:
- &buildifier_args "--warnings=native-cc,native-py,out-of-order-load"
- &buildifier_args "--warnings=native-cc,native-py"
- id: buildifier
name: "buildifier (external build files)"
files: &buildifier_external_files ^(.*/)?\w+\.BUILD.bazel$
Expand Down Expand Up @@ -52,7 +52,7 @@ repos:
- id: ruff
args: [--fix, --show-fixes, --exit-non-zero-on-fix]
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v18.1.8
rev: v19.1.1
hooks:
- id: clang-format
- repo: https://github.com/cpplint/cpplint
Expand Down

0 comments on commit e8d0a44

Please sign in to comment.