Skip to content

Commit

Permalink
CI: fix: precommit hook interfaring each other
Browse files Browse the repository at this point in the history
  • Loading branch information
nischalstha9 committed Jul 3, 2024
1 parent 12320c9 commit 750de92
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,6 @@ repos:
files: \.(json|template)$
types: [json]

- id: pretty-format-json
name: pretty format json
description: sets a standard for formatting json files.
entry: pretty-format-json
language: python
types: [text]
files: \.(json|template)$
exclude: ^nginx/
args:
- "--autofix"

- id: check-merge-conflict
name: check for merge conflicts
description: checks for files that contain merge conflict strings.
Expand Down

0 comments on commit 750de92

Please sign in to comment.