Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7fa85dd

Browse files
authoredJan 6, 2025··
[pre-commit.ci] pre-commit autoupdate (#183)
updates: - [github.com/crate-ci/typos: v1.27.0 → dictgen-v0.3.1](crate-ci/typos@v1.27.0...dictgen-v0.3.1) - [github.com/python-jsonschema/check-jsonschema: 0.29.4 → 0.30.0](python-jsonschema/check-jsonschema@0.29.4...0.30.0) - [github.com/sirosen/texthooks: 0.6.7 → 0.6.8](sirosen/texthooks@0.6.7...0.6.8) - [github.com/astral-sh/ruff-pre-commit: v0.7.2 → v0.8.6](astral-sh/ruff-pre-commit@v0.7.2...v0.8.6) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9abd083 commit 7fa85dd

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
@@ -30,19 +30,19 @@ repos:
3030
exclude: _typos.toml
3131

3232
- repo: https://github.com/crate-ci/typos
33-
rev: v1.27.0
33+
rev: dictgen-v0.3.1
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.4
40+
rev: 0.30.0
4141
hooks:
4242
- id: check-github-workflows
4343

4444
- repo: https://github.com/sirosen/texthooks
45-
rev: 0.6.7
45+
rev: 0.6.8
4646
hooks:
4747
- id: fix-smartquotes
4848
- id: fix-spaces
@@ -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.7.2
66+
rev: v0.8.6
6767
hooks:
6868
- id: ruff
6969
name: ruff (see https://docs.astral.sh/ruff/rules)

0 commit comments

Comments
 (0)
Please sign in to comment.