Skip to content

Commit

Permalink
⬆️🪝 update pre-commit hooks
Browse files Browse the repository at this point in the history
updates:
- [github.com/crate-ci/typos: v1.29.7 → typos-dict-v0.12.5](crate-ci/typos@v1.29.7...typos-dict-v0.12.5)
- [github.com/astral-sh/ruff-pre-commit: v0.8.1 → v0.9.6](astral-sh/ruff-pre-commit@v0.8.1...v0.9.6)
- [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.15.0](pre-commit/mirrors-mypy@v1.14.1...v1.15.0)
- [github.com/scientific-python/cookie: 2024.08.19 → 2025.01.22](scientific-python/cookie@2024.08.19...2025.01.22)
  • Loading branch information
pre-commit-ci[bot] authored Feb 17, 2025
1 parent b6c5657 commit 0232823
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,7 +45,7 @@ repos:

# Check for spelling
- repo: https://github.com/crate-ci/typos
rev: v1.29.7
rev: typos-dict-v0.12.5
hooks:
- id: typos

Expand All @@ -57,7 +57,7 @@ repos:
types_or: [yaml, markdown, html, css, javascript, json]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.1
rev: v0.9.6
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
Expand All @@ -77,7 +77,7 @@ repos:
- id: nb-clean

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.14.1
rev: v1.15.0
hooks:
- id: mypy
files: ^(src|tests|noxfile.py)
Expand Down Expand Up @@ -106,7 +106,7 @@ repos:

# Check best practices for scientific Python code
- repo: https://github.com/scientific-python/cookie
rev: 2024.08.19
rev: 2025.01.22
hooks:
- id: sp-repo-review
additional_dependencies: ["repo-review[cli]"]

0 comments on commit 0232823

Please sign in to comment.