Skip to content

Commit

Permalink
Fix pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
mvukov committed Oct 5, 2024
1 parent 5502a80 commit cc849cf
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 @@ -12,7 +12,7 @@ repos:
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

0 comments on commit cc849cf

Please sign in to comment.