mirror of
https://github.com/dlang/dmd.git
synced 2025-04-25 20:50:41 +03:00

Hook 'sirosen/check-jsonschema' updated from 0.17.1 to 0.18.3. Signed-off-by: Luís Ferreira <contact@lsferreira.net> Signed-off-by: Luís Ferreira <contact@lsferreira.net>
25 lines
666 B
YAML
25 lines
666 B
YAML
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v4.3.0
|
|
hooks:
|
|
- id: trailing-whitespace
|
|
exclude: >
|
|
(?x)^(
|
|
^compiler/test/runnable/extra-files/.*$|
|
|
^compiler/test/compilable/extra-files/.*$|
|
|
)$
|
|
- id: end-of-file-fixer
|
|
exclude: >
|
|
(?x)^(
|
|
^compiler/test/runnable/extra-files/.*$|
|
|
^compiler/test/compilable/extra-files/.*$|
|
|
)$
|
|
- id: check-merge-conflict
|
|
- id: check-added-large-files
|
|
- id: detect-private-key
|
|
- id: no-commit-to-branch
|
|
args: [--branch, master]
|
|
- repo: https://github.com/sirosen/check-jsonschema
|
|
rev: 0.18.3
|
|
hooks:
|
|
- id: check-github-workflows
|