Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#1752)
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.4.2 → v0.4.3](astral-sh/ruff-pre-commit@v0.4.2...v0.4.3)
- [github.com/streetsidesoftware/cspell-cli: v8.7.0 → v8.8.0](streetsidesoftware/cspell-cli@v8.7.0...v8.8.0)
- [github.com/igorshubovych/markdownlint-cli: v0.39.0 → v0.40.0](igorshubovych/markdownlint-cli@v0.39.0...v0.40.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Sorin Sbarnea <sorin.sbarnea@gmail.com>
  • Loading branch information
pre-commit-ci[bot] and ssbarnea committed May 10, 2024
1 parent a44d3ed commit bc6d28b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Expand Up @@ -45,14 +45,14 @@ repos:
- id: toml-sort-fix

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.4.2"
rev: "v0.4.3"
hooks:
- id: ruff
args:
- "--exit-non-zero-on-fix"

- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.7.0
rev: v8.8.0
hooks:
- id: cspell
name: Spell check with cspell
Expand Down Expand Up @@ -94,7 +94,7 @@ repos:
- id: check-json5

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.39.0
rev: v0.40.0
hooks:
- id: markdownlint
exclude: >
Expand Down

0 comments on commit bc6d28b

Please sign in to comment.