diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 66217f439..6386454d9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,16 +7,16 @@ repos: rev: v3.4.0 hooks: - id: check-json - exclude: frontend/ + exclude: log-viewer/ - id: pretty-format-json files: .json args: - --autofix - exclude: frontend/ + exclude: log-viewer/ - id: end-of-file-fixer - exclude: frontend/ + exclude: log-viewer/ - id: trailing-whitespace - exclude: frontend/ + exclude: log-viewer/ - repo: https://github.com/psf/black rev: 23.7.0 hooks: