From ca9abf76be81516fcc0c28310c60d0ffc6a5a3e9 Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Sat, 21 Dec 2024 12:35:38 +0000 Subject: [PATCH] Update .pre-commit-config.yaml --- .pre-commit-config.yaml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 96cb2fee76d..7b33ccc6f1c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,10 +37,10 @@ repos: language: python exclude: ^(src/main/resources/static/pdfjs|src/main/resources/static/pdfjs-legacy) files: ^.*(\.html|\.css|\.js)$ - - repo: https://github.com/gherynos/pre-commit-java - rev: v0.2.4 - hooks: - - id: Checkstyle +# - repo: https://github.com/gherynos/pre-commit-java +# rev: v0.2.4 +# hooks: +# - id: Checkstyle - repo: https://github.com/gitleaks/gitleaks rev: v8.16.3 hooks: @@ -48,17 +48,17 @@ repos: - repo: https://github.com/jumanjihouse/pre-commit-hooks rev: 3.0.0 hooks: - - id: shellcheck - - repo: https://github.com/pre-commit/mirrors-eslint - rev: v8.38.0 - hooks: - - id: eslint +# - id: shellcheck +# - repo: https://github.com/pre-commit/mirrors-eslint +# rev: v8.38.0 +# hooks: +# - id: eslint - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.4.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace - - repo: https://github.com/pylint-dev/pylint - rev: v2.17.2 - hooks: - - id: pylint +# - repo: https://github.com/pylint-dev/pylint +# rev: v2.17.2 +# hooks: +# - id: pylint