Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#177)
Browse files Browse the repository at this point in the history
updates:
- [github.com/crate-ci/typos: v1.22.9 → v1.23.6](crate-ci/typos@v1.22.9...v1.23.6)
- [github.com/python-jsonschema/check-jsonschema: 0.28.6 → 0.29.1](python-jsonschema/check-jsonschema@0.28.6...0.29.1)
- [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.13.0 → v2.14.0](macisamuele/language-formatters-pre-commit-hooks@v2.13.0...v2.14.0)
- [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.5.6](astral-sh/ruff-pre-commit@v0.5.0...v0.5.6)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Aug 7, 2024
1 parent 6870c59 commit 1077dbc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.22.9
rev: v1.23.6
hooks:
- id: typos
name: typos (add false positives to _typos.toml)
exclude: plugins

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.6
rev: 0.29.1
hooks:
- id: check-github-workflows

Expand All @@ -50,7 +50,7 @@ repos:
- id: forbid-bidi-controls

- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.13.0
rev: v2.14.0
hooks:
- id: pretty-format-ini
args: [--autofix]
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.5.0
rev: v0.5.6
hooks:
- id: ruff
name: ruff (see https://docs.astral.sh/ruff/rules)
Expand Down

0 comments on commit 1077dbc

Please sign in to comment.