Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/crate-ci/typos: v1.27.0 → typos-dict-v0.11.37](crate-ci/typos@v1.27.0...typos-dict-v0.11.37)
- [github.com/python-jsonschema/check-jsonschema: 0.29.4 → 0.30.0](python-jsonschema/check-jsonschema@0.29.4...0.30.0)
- [github.com/astral-sh/ruff-pre-commit: v0.7.2 → v0.8.1](astral-sh/ruff-pre-commit@v0.7.2...v0.8.1)
  • Loading branch information
pre-commit-ci[bot] authored Dec 2, 2024
1 parent 9abd083 commit f0eb02f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ repos:
exclude: _typos.toml

- repo: https://github.com/crate-ci/typos
rev: v1.27.0
rev: typos-dict-v0.11.37
hooks:
- id: typos
name: typos (add false positives to _typos.toml)
exclude: plugins

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.4
rev: 0.30.0
hooks:
- id: check-github-workflows

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

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.2
rev: v0.8.1
hooks:
- id: ruff
name: ruff (see https://docs.astral.sh/ruff/rules)
Expand Down

0 comments on commit f0eb02f

Please sign in to comment.