Skip to content

Commit 84c6d84

Browse files
[pre-commit.ci] pre-commit autoupdate (#180)
updates: - [github.com/crate-ci/typos: v1.26.0 → v1.27.0](crate-ci/typos@v1.26.0...v1.27.0) - [github.com/python-jsonschema/check-jsonschema: 0.29.3 → 0.29.4](python-jsonschema/check-jsonschema@0.29.3...0.29.4) - [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.7.2](astral-sh/ruff-pre-commit@v0.6.9...v0.7.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 0dca344 commit 84c6d84

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ repos:
3030
exclude: _typos.toml
3131

3232
- repo: https://github.com/crate-ci/typos
33-
rev: v1.26.0
33+
rev: v1.27.0
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.29.3
40+
rev: 0.29.4
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.6.9
66+
rev: v0.7.2
6767
hooks:
6868
- id: ruff
6969
name: ruff (see https://docs.astral.sh/ruff/rules)

0 commit comments

Comments
 (0)