Skip to content

Commit 4311b2c

Browse files
authored
Merge pull request #180 from NHSDigital/exclude-notifications-from-erd-generation
Exclude notifications models from ERD generation
2 parents 18ca3af + a187efb commit 4311b2c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ repos:
1313
language: system
1414
pass_filenames: false
1515
files: '.*models\.py$|.*models/.*\.py$'
16-
16+
exclude: '.*\/notifications\/models\.py$'
17+
1718
- repo: https://github.com/astral-sh/ruff-pre-commit
1819
# Ruff version.
1920
rev: v0.11.12

0 commit comments

Comments
 (0)