Skip to content

Commit

Permalink
Exclude FE
Browse files Browse the repository at this point in the history
  • Loading branch information
benbrandt committed Oct 27, 2023
1 parent ebb9657 commit c7a8673
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c7a8673

Please sign in to comment.