Skip to content

Commit ed520ef

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/python-jsonschema/check-jsonschema: 0.37.0 → 0.37.2](python-jsonschema/check-jsonschema@0.37.0...0.37.2) - [github.com/astral-sh/ruff-pre-commit: v0.15.4 → v0.15.12](astral-sh/ruff-pre-commit@v0.15.4...v0.15.12)
1 parent ba2c821 commit ed520ef

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
2121
- id: mixed-line-ending
2222

2323
- repo: https://github.com/codespell-project/codespell
24-
rev: v2.4.1
24+
rev: v2.4.2
2525
hooks:
2626
- id: codespell
2727
args: [--write-changes]
@@ -37,7 +37,7 @@ repos:
3737
exclude: plugins
3838

3939
- repo: https://github.com/python-jsonschema/check-jsonschema
40-
rev: 0.37.0
40+
rev: 0.37.2
4141
hooks:
4242
- id: check-github-workflows
4343

@@ -63,7 +63,7 @@ repos:
6363
exclude: .github/labeler.yml|.pre-commit-search-and-replace.yaml
6464

6565
- repo: https://github.com/astral-sh/ruff-pre-commit
66-
rev: v0.15.4
66+
rev: v0.15.12
6767
hooks:
6868
- id: ruff-check
6969
name: ruff-check (see https://docs.astral.sh/ruff/rules)

0 commit comments

Comments
 (0)