Skip to content

Commit 0fc416e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 25.11.0 → 26.1.0](psf/black-pre-commit-mirror@25.11.0...26.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.7 → v0.15.4](astral-sh/ruff-pre-commit@v0.14.7...v0.15.4) - [github.com/kynan/nbstripout: 0.8.2 → 0.9.1](kynan/nbstripout@0.8.2...0.9.1)
1 parent c7637bb commit 0fc416e

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
@@ -9,16 +9,16 @@ repos:
99
- id: end-of-file-fixer
1010
exclude_types: [json, binary]
1111
- repo: https://github.com/psf/black-pre-commit-mirror
12-
rev: "25.11.0"
12+
rev: "26.1.0"
1313
hooks:
1414
- id: black-jupyter
1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: "v0.14.7"
16+
rev: "v0.15.4"
1717
hooks:
1818
- id: ruff
1919
args: [--fix, --exit-non-zero-on-fix]
2020
- repo: https://github.com/kynan/nbstripout
21-
rev: "0.8.2"
21+
rev: "0.9.1"
2222
hooks:
2323
- id: nbstripout
2424
exclude: docs/benchmarks.ipynb

0 commit comments

Comments
 (0)