Skip to content

Commit b35d7d1

Browse files
Merge main into bump-pycord
2 parents c8c92b4 + 0834c5e commit b35d7d1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ default_stages: [pre-commit, pre-merge-commit, manual]
55

66
repos:
77
- repo: https://github.com/astral-sh/uv-pre-commit
8-
rev: 0.11.0
8+
rev: 0.11.2
99
hooks:
1010
- id: uv-lock
1111
always_run: true
@@ -21,7 +21,7 @@ repos:
2121
- id: codespell
2222

2323
- repo: https://github.com/tombi-toml/tombi-pre-commit
24-
rev: v0.9.9
24+
rev: v0.9.12
2525
hooks:
2626
- id: tombi-format
2727
- id: tombi-lint
@@ -32,7 +32,7 @@ repos:
3232
- id: sync-with-uv
3333

3434
- repo: https://github.com/rhysd/actionlint
35-
rev: v1.7.11
35+
rev: v1.7.12
3636
hooks:
3737
- id: actionlint
3838
additional_dependencies: [github.com/wasilibs/go-shellcheck/cmd/shellcheck@latest] # yamllint disable-line rule:key-ordering
@@ -56,14 +56,14 @@ repos:
5656
args: [--strict]
5757

5858
- repo: https://github.com/renovatebot/pre-commit-hooks
59-
rev: 43.87.1
59+
rev: 43.101.2
6060
hooks:
6161
- id: renovate-config-validator
6262
args: [--strict]
6363
stages: [manual]
6464

6565
- repo: https://github.com/python-jsonschema/check-jsonschema
66-
rev: 0.37.0
66+
rev: 0.37.1
6767
hooks:
6868
- id: check-jsonschema
6969
args: [--schemafile, 'https://json.schemastore.org/yamllint.json'] # yamllint disable-line rule:quoted-strings

0 commit comments

Comments
 (0)