Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#72)
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.7.0](astral-sh/ruff-pre-commit@v0.6.9...v0.7.0)
- [github.com/streetsidesoftware/cspell-cli: v8.15.1 → v8.15.2](streetsidesoftware/cspell-cli@v8.15.1...v8.15.2)
- [github.com/pre-commit/mirrors-mypy.git: v1.11.2 → v1.12.1](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.11.2...v1.12.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Oct 21, 2024
1 parent af84a0b commit 201413d
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 @@ -40,14 +40,14 @@ repos:
- id: black

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

- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.15.1
rev: v8.15.2
hooks:
- id: cspell
name: Spell check with cspell
Expand All @@ -72,7 +72,7 @@ repos:
- single_source

- repo: https://github.com/pre-commit/mirrors-mypy.git
rev: v1.11.2
rev: v1.12.1
hooks:
- id: mypy
additional_dependencies:
Expand Down

0 comments on commit 201413d

Please sign in to comment.