Skip to content

Commit 5461f84

Browse files
authored
feat: generally exclude snapshots (#3421)
1 parent 266ee08 commit 5461f84

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
@@ -47,7 +47,7 @@ repos:
4747
hooks:
4848
- id: check-useless-excludes
4949

50-
exclude: ^(tests/fixtures/|tests/test_formatter/__snapshots__/|tests/test_cli/__snapshots__/)
50+
exclude: ^(tests/fixtures/|.*?/__snapshots__/.*)
5151

5252
ci:
5353
autofix_commit_msg: "[pre-commit.ci] auto fixes from pre-commit.com hooks"

0 commit comments

Comments
 (0)