Skip to content

Commit f74a161

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 25.12.0 → 26.1.0](psf/black-pre-commit-mirror@25.12.0...26.1.0) - [github.com/kynan/nbstripout: 0.8.2 → 0.9.0](kynan/nbstripout@0.8.2...0.9.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.11 → v0.14.14](astral-sh/ruff-pre-commit@v0.14.11...v0.14.14) - [github.com/streetsidesoftware/cspell-cli: v9.4.0 → v9.6.0](streetsidesoftware/cspell-cli@v9.4.0...v9.6.0)
1 parent 20a5e25 commit f74a161

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,13 +11,13 @@ repos:
1111

1212

1313
- repo: https://github.com/psf/black-pre-commit-mirror
14-
rev: 25.12.0
14+
rev: 26.1.0
1515
hooks:
1616
- id: black
1717
args: [--line-length=100]
1818

1919
- repo: https://github.com/kynan/nbstripout
20-
rev: 0.8.2
20+
rev: 0.9.0
2121
hooks:
2222
- id: nbstripout
2323

@@ -27,7 +27,7 @@ repos:
2727
- id: add-trailing-comma
2828

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

@@ -37,7 +37,7 @@ repos:
3737
- id: mypy
3838

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

0 commit comments

Comments
 (0)