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.5.5 → v0.5.7](astral-sh/ruff-pre-commit@v0.5.5...v0.5.7)
- [github.com/pre-commit/mirrors-mypy: v1.11.0 → v1.11.1](pre-commit/mirrors-mypy@v1.11.0...v1.11.1)
- [github.com/streetsidesoftware/cspell-cli: v8.12.0 → v8.13.3](streetsidesoftware/cspell-cli@v8.12.0...v8.13.3)
  • Loading branch information
pre-commit-ci[bot] authored Aug 12, 2024
1 parent eb72167 commit f096072
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 @@ -11,7 +11,7 @@ repos:

- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: 'v0.5.5'
rev: 'v0.5.7'
hooks:
# Run the linter.
- id: ruff
Expand All @@ -30,13 +30,13 @@ repos:
- id: setup-cfg-fmt

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.0
rev: v1.11.1
hooks:
- id: mypy
additional_dependencies: ['types-requests']

- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.12.0
rev: v8.13.3
hooks:
- id: cspell
files: src/|docs/source/(.+).md|docs/source/(.+).rst|tests|README.md
Expand Down

0 comments on commit f096072

Please sign in to comment.