Skip to content

Commit 9344eee

Browse files
[pre-commit.ci] pre-commit autoupdate (#185)
updates: - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/crate-ci/typos: dictgen-v0.3.1 → typos-dict-v0.12.4](crate-ci/typos@dictgen-v0.3.1...typos-dict-v0.12.4) - [github.com/python-jsonschema/check-jsonschema: 0.30.0 → 0.31.1](python-jsonschema/check-jsonschema@0.30.0...0.31.1) - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.9.4](astral-sh/ruff-pre-commit@v0.8.6...v0.9.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent c0979d0 commit 9344eee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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.3.0
24+
rev: v2.4.1
2525
hooks:
2626
- id: codespell
2727
args: [--write-changes]
@@ -30,14 +30,14 @@ repos:
3030
exclude: _typos.toml
3131

3232
- repo: https://github.com/crate-ci/typos
33-
rev: dictgen-v0.3.1
33+
rev: typos-dict-v0.12.4
3434
hooks:
3535
- id: typos
3636
name: typos (add false positives to _typos.toml)
3737
exclude: plugins
3838

3939
- repo: https://github.com/python-jsonschema/check-jsonschema
40-
rev: 0.30.0
40+
rev: 0.31.1
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.8.6
66+
rev: v0.9.4
6767
hooks:
6868
- id: ruff
6969
name: ruff (see https://docs.astral.sh/ruff/rules)

0 commit comments

Comments
 (0)