Skip to content

Commit b1797f4

Browse files
committed
Fix .pre-commit-config.yaml to skip migration files
1 parent 6b3f34f commit b1797f4

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
@@ -6,7 +6,7 @@ exclude: |
66
(?x)^(
77
\.git|
88
__pycache__|
9-
.+\/.+\/migrations\/.*|
9+
.*/migrations\/.*|
1010
legacy|
1111
\.venv
1212
)

0 commit comments

Comments
 (0)