Skip to content

Commit db0bfa9

Browse files
Update CI dependencies
1 parent fc931b0 commit db0bfa9

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ci:
1111

1212
repos:
1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v4.4.0
14+
rev: v4.6.0
1515
hooks:
1616
- id: detect-private-key
1717
- id: check-merge-conflict
@@ -31,7 +31,7 @@ repos:
3131
hooks:
3232
- id: copyright
3333
- repo: https://github.com/codespell-project/codespell
34-
rev: v2.2.6
34+
rev: v2.3.0
3535
hooks:
3636
- id: codespell
3737
exclude: |-
@@ -43,20 +43,20 @@ repos:
4343
hooks:
4444
- id: prettier
4545
additional_dependencies:
46-
- prettier@3.2.5 # npm
47-
- prettier-plugin-sh@0.12.8 # npm
46+
- prettier@3.3.3 # npm
47+
- prettier-plugin-sh@0.14.0 # npm
4848
4949
- '@prettier/[email protected]' # npm
5050
- repo: https://github.com/shellcheck-py/shellcheck-py
51-
rev: v0.9.0.6
51+
rev: v0.10.0.1
5252
hooks:
5353
- id: shellcheck
5454
- repo: https://github.com/jumanjihouse/pre-commit-hooks
5555
rev: 3.0.0
5656
hooks:
5757
- id: git-check
5858
- repo: https://github.com/python-jsonschema/check-jsonschema
59-
rev: 0.24.1
59+
rev: 0.29.2
6060
hooks:
6161
- id: check-github-workflows
6262
- id: check-jsonschema

ci/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.3.24/c2cciutils/schema.json
1+
# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.6.22/c2cciutils/schema.json
22

33
checks:
44
required_workflows:

ci/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
c2cciutils[checks,publish]==1.3.24
2-
pre-commit==3.3.3
1+
c2cciutils[checks,publish]==1.6.22
2+
pre-commit==3.8.0

0 commit comments

Comments
 (0)