mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 15:51:43 +00:00
local: exclude generated files from pre-commit (#57761)
This commit is contained in:
parent
39a12bcd7b
commit
1f60607c16
@ -1,4 +1,4 @@
|
||||
exclude: ^(.*).snap$
|
||||
exclude: (^.*\.snap$)|(^internal/database/.*\.json)|(^migrations/[^/]+/squashed\.sql)
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v2.3.0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user