Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#121)
Browse files Browse the repository at this point in the history
updates:
- [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1)
- [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.15.0](pre-commit/mirrors-mypy@v1.14.1...v1.15.0)
- [github.com/astral-sh/ruff-pre-commit: v0.9.2 → v0.9.7](astral-sh/ruff-pre-commit@v0.9.2...v0.9.7)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Feb 26, 2025
1 parent e854311 commit ac86087
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 @@ -16,7 +16,7 @@ repos:
- id: check-toml

- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.1
hooks:
- id: codespell
args: [--toml, pyproject.toml]
Expand All @@ -35,14 +35,14 @@ repos:
args: [--autofix, --indent, '4']

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.14.1
rev: v1.15.0
hooks:
- id: mypy
additional_dependencies: [types-requests, types-PyYAML, numpy]
args: [--config-file=pyproject.toml]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.2
rev: v0.9.7
hooks:
# Run the linter.
- id: ruff
Expand Down

0 comments on commit ac86087

Please sign in to comment.