Update .pre-commit-config.yaml

This commit is contained in:
Anthony Stirling 2024-12-21 12:35:38 +00:00 committed by GitHub
parent 3870f73949
commit ca9abf76be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,10 +37,10 @@ repos:
language: python language: python
exclude: ^(src/main/resources/static/pdfjs|src/main/resources/static/pdfjs-legacy) exclude: ^(src/main/resources/static/pdfjs|src/main/resources/static/pdfjs-legacy)
files: ^.*(\.html|\.css|\.js)$ files: ^.*(\.html|\.css|\.js)$
- repo: https://github.com/gherynos/pre-commit-java # - repo: https://github.com/gherynos/pre-commit-java
rev: v0.2.4 # rev: v0.2.4
hooks: # hooks:
- id: Checkstyle # - id: Checkstyle
- repo: https://github.com/gitleaks/gitleaks - repo: https://github.com/gitleaks/gitleaks
rev: v8.16.3 rev: v8.16.3
hooks: hooks:
@ -48,17 +48,17 @@ repos:
- repo: https://github.com/jumanjihouse/pre-commit-hooks - repo: https://github.com/jumanjihouse/pre-commit-hooks
rev: 3.0.0 rev: 3.0.0
hooks: hooks:
- id: shellcheck # - id: shellcheck
- repo: https://github.com/pre-commit/mirrors-eslint # - repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.38.0 # rev: v8.38.0
hooks: # hooks:
- id: eslint # - id: eslint
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0 rev: v4.4.0
hooks: hooks:
- id: end-of-file-fixer - id: end-of-file-fixer
- id: trailing-whitespace - id: trailing-whitespace
- repo: https://github.com/pylint-dev/pylint # - repo: https://github.com/pylint-dev/pylint
rev: v2.17.2 # rev: v2.17.2
hooks: # hooks:
- id: pylint # - id: pylint