Skip to content

Commit 3a52187

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.3 → v0.12.7](astral-sh/ruff-pre-commit@v0.12.3...v0.12.7) - [github.com/pre-commit/mirrors-mypy: v1.16.1 → v1.17.1](pre-commit/mirrors-mypy@v1.16.1...v1.17.1) - [github.com/streetsidesoftware/cspell-cli: v9.1.0 → v9.2.0](streetsidesoftware/cspell-cli@v9.1.0...v9.2.0)
1 parent 625f82e commit 3a52187

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@ repos:
2727
- id: add-trailing-comma
2828

2929
- repo: https://github.com/astral-sh/ruff-pre-commit
30-
rev: 'v0.12.3'
30+
rev: 'v0.12.7'
3131
hooks:
3232
- id: ruff
3333

3434
- repo: https://github.com/pre-commit/mirrors-mypy
35-
rev: v1.16.1
35+
rev: v1.17.1
3636
hooks:
3737
- id: mypy
3838

3939
- repo: https://github.com/streetsidesoftware/cspell-cli
40-
rev: v9.1.0
40+
rev: v9.2.0
4141
hooks:
4242
- id: cspell
4343
files: src/|docs/(.+).md|docs/source/(.+).ipynb|tests|README.md

0 commit comments

Comments
 (0)