Skip to content

Commit

Permalink
chore(deps): update pre-commit-deps (major) (#357)
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 <[email protected]>
  • Loading branch information
renovate[bot] and mvukov authored Oct 5, 2024
1 parent 1a376c8 commit 1837a06
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 @@ -8,11 +8,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 @@ -54,7 +54,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 1837a06

Please sign in to comment.