Skip to content

Commit e7a3ab2

Browse files
committed
test: replace snapshottest with syrupy
Refs: PT-1952
1 parent e5a7c1b commit e7a3ab2

33 files changed

Lines changed: 33998 additions & 33507 deletions

.pre-commit-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ repos:
77
rev: v6.0.0
88
hooks:
99
- id: trailing-whitespace
10+
exclude: ^.*\.ambr$
1011
- id: end-of-file-fixer
1112
exclude: notification_importers/templates/sms/
1213
- id: check-yaml
1314
- id: check-toml
1415
- id: check-added-large-files
16+
exclude: ^.*\.ambr$
1517
- repo: https://github.com/astral-sh/ruff-pre-commit
1618
# NOTE: Don't move the trailing "ruff-pre-commit version" comment from
1719
# the ruff's version line, it is used by test_pre_commit_ruff_version.py

0 commit comments

Comments
 (0)