Skip to content

Commit a65acc7

Browse files
committed
Update .pre-commit-config.yaml
1 parent ef28d76 commit a65acc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ repos:
3333
hooks:
3434
- id: prettier
3535
args: ["--tab-width", "2"]
36-
files: "\.(css|html|js|json|md|toml|yaml)$"
36+
files: ".(css|html|js|json|md|toml|yaml)$"
3737
- repo: https://github.com/asottile/pyupgrade
3838
rev: v3.19.1
3939
hooks:

0 commit comments

Comments
 (0)