From ae85b7d0882593715cb5deb2e4de60877334c878 Mon Sep 17 00:00:00 2001 From: Ryan Roberts Date: Tue, 20 Jul 2021 16:59:10 +0100 Subject: [PATCH] fix: Remove java from pre-commit Signed-off-by: Ryan Roberts --- .pre-commit-config.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 682e2349..12b3c300 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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: