Skip to content

Commit

Permalink
fix: Remove java from pre-commit
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Roberts <ryan@blockchaintp.com>
  • Loading branch information
ryan-s-roberts committed Jul 20, 2021
1 parent 550da18 commit ae85b7d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,6 @@ default_language_version:
# force all unspecified python hooks to run python3
python: python3
repos:
- repo: /~https://github.com/gherynos/pre-commit-java
rev: v0.1.0 # Use the ref you want to point at
hooks:
- id: checkstyle
exclude: ".*/src/test/.*"
args:
- -c
- google_checks.xml
- id: cpd
exclude: ".*/src/test/.*"
- repo: /~https://github.com/pre-commit/mirrors-eslint
rev: v7.27.0 # Use the sha / tag you want to point at
hooks:
Expand Down

0 comments on commit ae85b7d

Please sign in to comment.