Skip to content

Commit

Permalink
Remove java formatting from pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ClausHolbechArista committed Apr 29, 2024
1 parent adc15af commit c7b1c99
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ repos:
additional_dependencies:
- toml

- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.10.0
hooks:
- id: pretty-format-java
args: [--autofix, --aosp]
files: ^.*\.java$
# Removing since aristaproto don't use the java code and this breaks CI.
# - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
# rev: v2.10.0
# hooks:
# - id: pretty-format-java
# args: [--autofix, --aosp]
# files: ^.*\.java$

0 comments on commit c7b1c99

Please sign in to comment.