Skip to content

Commit 576ac91

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/compilerla/conventional-pre-commit: v2.3.0 → v4.2.0](compilerla/conventional-pre-commit@v2.3.0...v4.2.0) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.4.0...v6.0.0) - [github.com/mpalmer/action-validator: v0.5.3 → v0.7.1](mpalmer/action-validator@v0.5.3...v0.7.1) - [github.com/sirosen/check-jsonschema: 0.23.3 → 0.33.3](python-jsonschema/check-jsonschema@0.23.3...0.33.3) - [github.com/pre-commit/mirrors-prettier: v3.0.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.0...v4.0.0-alpha.8)
1 parent 711e095 commit 576ac91

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ ci:
99
skip: [action-validator]
1010
submodules: false
1111
default_install_hook_types: [pre-commit, commit-msg]
12-
default_stages: [commit, manual]
12+
default_stages: [pre-commit, manual]
1313
fail_fast: false
1414
repos:
1515
- repo: https://github.com/compilerla/conventional-pre-commit
16-
rev: v2.3.0
16+
rev: v4.2.0
1717
hooks:
1818
- id: conventional-pre-commit
1919
stages: [commit-msg]
2020
args: []
2121
- repo: https://github.com/pre-commit/pre-commit-hooks
22-
rev: v4.4.0
22+
rev: v6.0.0
2323
hooks:
2424
- id: trailing-whitespace
2525
- id: mixed-line-ending
@@ -32,16 +32,16 @@ repos:
3232
- id: check-executables-have-shebangs
3333
- id: check-docstring-first
3434
- repo: https://github.com/mpalmer/action-validator
35-
rev: v0.5.3
35+
rev: v0.7.1
3636
hooks:
3737
- id: action-validator
3838
files: '.github/.*/.*\.ya?ml'
3939
- repo: https://github.com/sirosen/check-jsonschema
40-
rev: 0.23.3
40+
rev: 0.33.3
4141
hooks:
4242
- id: check-github-actions
4343
- id: check-github-workflows
4444
- repo: https://github.com/pre-commit/mirrors-prettier
45-
rev: v3.0.0
45+
rev: v4.0.0-alpha.8
4646
hooks:
4747
- id: prettier

0 commit comments

Comments
 (0)