Skip to content

Commit 8d351bb

Browse files
authored
🐛 fix: add --color=never option to ast-grep entry (#1)
1 parent da511b0 commit 8d351bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-hooks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- id: ast-grep
22
name: ast-grep
33
description: "A CLI tool for code structural search, lint and rewriting. Written in Rust"
4-
entry: ast-grep scan
4+
entry: ast-grep scan --color=never
55
language: python
66
minimum_pre_commit_version: 2.9.2
77
require_serial: false

0 commit comments

Comments
 (0)