Skip to content

Commit d06fb68

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.11.0](psf/black-pre-commit-mirror@24.10.0...25.11.0) - [github.com/kynan/nbstripout: 0.8.1 → 0.8.2](kynan/nbstripout@0.8.1...0.8.2) - [github.com/hadialqattan/pycln: v2.5.0 → v2.6.0](hadialqattan/pycln@v2.5.0...v2.6.0)
1 parent e7974e4 commit d06fb68

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
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.11.0"
1616
hooks:
1717
- id: black-jupyter
1818
- repo: https://github.com/kynan/nbstripout
19-
rev: "0.8.1"
19+
rev: "0.8.2"
2020
hooks:
2121
- id: nbstripout
2222
- repo: https://github.com/hadialqattan/pycln
23-
rev: "v2.5.0"
23+
rev: "v2.6.0"
2424
hooks:
2525
- id: pycln
2626
additional_dependencies: ["click<8.1.0"]

0 commit comments

Comments
 (0)