Skip to content

Commit 4c351fa

Browse files
Merge main into bump-pycord
2 parents e455e93 + 284d1c9 commit 4c351fa

2 files changed

Lines changed: 93 additions & 89 deletions

File tree

.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.10.5
8+
rev: 0.10.7
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.7.32
24+
rev: v0.9.0
2525
hooks:
2626
- id: tombi-format
2727
- id: tombi-lint
@@ -56,14 +56,14 @@ repos:
5656
args: [--strict]
5757

5858
- repo: https://github.com/renovatebot/pre-commit-hooks
59-
rev: 43.32.2
59+
rev: 43.50.0
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.36.2
66+
rev: 0.37.0
6767
hooks:
6868
- id: check-jsonschema
6969
args: [--schemafile, 'https://json.schemastore.org/yamllint.json'] # yamllint disable-line rule:quoted-strings
@@ -116,7 +116,7 @@ repos:
116116
args: [--autofix]
117117

118118
- repo: https://github.com/astral-sh/ruff-pre-commit
119-
rev: v0.15.2
119+
rev: v0.15.4
120120
hooks:
121121
- id: ruff-check
122122
args: [--fix]

0 commit comments

Comments
 (0)