mirror of
https://github.com/dlang/dmd.git
synced 2025-04-28 22:20:37 +03:00
chore(pre-commit): update hook versions (#14346)
Signed-off-by: Luís Ferreira <contact@lsferreira.net>
This commit is contained in:
parent
c83dff2e1b
commit
3d3d65afcb
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v4.2.0
|
rev: v4.3.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
exclude: >
|
exclude: >
|
||||||
|
@ -20,6 +20,6 @@ repos:
|
||||||
- id: no-commit-to-branch
|
- id: no-commit-to-branch
|
||||||
args: [--branch, master]
|
args: [--branch, master]
|
||||||
- repo: https://github.com/sirosen/check-jsonschema
|
- repo: https://github.com/sirosen/check-jsonschema
|
||||||
rev: 0.15.1
|
rev: 0.17.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: check-github-workflows
|
- id: check-github-workflows
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue