Skip to content

Commit

Permalink
fix(IDX): remove bazel buildifier from CI pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
cgundy committed Mar 14, 2024
1 parent 3d7b734 commit 32624a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ repos:
hooks:
- id: bazel_buildifier
name: Auto format Bazel build files.
stages: [commit, manual]
stages: [commit]
entry: bazel run //:buildifier
files: \.bazel|\.bzl$
language: system
Expand Down

0 comments on commit 32624a7

Please sign in to comment.