local: don't let pre-commit run no DB md files (#58094)

This commit is contained in:
Jean-Hadrien Chabran 2023-11-03 09:50:10 +01:00 committed by GitHub
parent 8ac8431df9
commit 865ab5329e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
exclude: (^.*\.snap$)|(^internal/database/.*\.json)|(^migrations/[^/]+/squashed\.sql)
exclude: (^.*\.snap$)|(^internal/database/.*\.json)|(^internal/database/.*\.md)|(^migrations/[^/]+/squashed\.sql)
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0