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/astral-sh/ruff-pre-commit: v0.4.4 → v0.4.5](astral-sh/ruff-pre-commit@v0.4.4...v0.4.5)
- [github.com/streetsidesoftware/cspell-cli: v8.8.1 → v8.8.2](streetsidesoftware/cspell-cli@v8.8.1...v8.8.2)
- [github.com/igorshubovych/markdownlint-cli: v0.40.0 → v0.41.0](igorshubovych/markdownlint-cli@v0.40.0...v0.41.0)
- [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0)
  • Loading branch information
pre-commit-ci[bot] authored May 27, 2024
1 parent b15e552 commit ff1b333
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 @@ -45,14 +45,14 @@ repos:
- id: toml-sort-fix

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

- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.8.1
rev: v8.8.2
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.40.0
rev: v0.41.0
hooks:
- id: markdownlint
exclude: >
Expand All @@ -111,7 +111,7 @@ repos:
$
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
# NOTE: dout is part of the stdout action regex
Expand Down

0 comments on commit ff1b333

Please sign in to comment.