Skip to content

Commit 1f07fb7

Browse files
committed
fix: remove duplicate --write flag from biome-check
1 parent 7425bc9 commit 1f07fb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ repos:
120120
name: run biome-check
121121
description: Run Biome linter and formatter for JSON files
122122
additional_dependencies: ["@biomejs/biome"]
123-
args: ["--write", "--files-ignore-unknown=true"]
123+
args: ["--files-ignore-unknown=true"]
124124

125125
- repo: https://github.com/pre-commit/mirrors-prettier
126126
rev: v4.0.0-alpha.8

0 commit comments

Comments
 (0)