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: