Skip to content

Commit e3a5942

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/PyCQA/isort: 5.13.2 → 7.0.0](PyCQA/isort@5.13.2...7.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 25.9.0](psf/black-pre-commit-mirror@24.10.0...25.9.0)
1 parent e7974e4 commit e3a5942

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
77
exclude_types: [json, binary]
88
- repo: https://github.com/PyCQA/isort
9-
rev: "5.13.2"
9+
rev: "7.0.0"
1010
hooks:
1111
- id: isort
1212
additional_dependencies: [toml]
1313
exclude: docs/tutorials
14-
- repo: https://github.com/psf/black
15-
rev: "24.10.0"
14+
- repo: https://github.com/psf/black-pre-commit-mirror
15+
rev: "25.9.0"
1616
hooks:
1717
- id: black-jupyter
1818
- repo: https://github.com/kynan/nbstripout

0 commit comments

Comments
 (0)