Skip to content

Commit a712ed4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.9.1 → v0.11.0](astral-sh/ruff-pre-commit@v0.9.1...v0.11.0) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.15.0](pre-commit/mirrors-mypy@v1.14.1...v1.15.0) - [github.com/streetsidesoftware/cspell-cli: v8.17.0 → v8.17.3](streetsidesoftware/cspell-cli@v8.17.0...v8.17.3)
1 parent b416073 commit a712ed4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111

1212

1313
- repo: https://github.com/psf/black
14-
rev: 24.10.0
14+
rev: 25.1.0
1515
hooks:
1616
- id: black
1717
args: [--line-length=100]
@@ -27,17 +27,17 @@ repos:
2727
- id: add-trailing-comma
2828

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

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

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

0 commit comments

Comments
 (0)