Skip to content

Commit e68e6c9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.5.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.3.0 → 25.9.0](psf/black-pre-commit-mirror@24.3.0...25.9.0)
1 parent a583e5e commit e68e6c9

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v6.0.0
44
hooks:
55
- id: trailing-whitespace
66
exclude: docs/tutorials
@@ -11,14 +11,14 @@ repos:
1111
exclude: docs/tutorials
1212

1313
- repo: https://github.com/PyCQA/isort
14-
rev: "5.13.2"
14+
rev: "7.0.0"
1515
hooks:
1616
- id: isort
1717
args: []
1818
additional_dependencies: [toml]
1919
exclude: docs/tutorials
2020

21-
- repo: https://github.com/psf/black
22-
rev: "24.3.0"
21+
- repo: https://github.com/psf/black-pre-commit-mirror
22+
rev: "25.9.0"
2323
hooks:
2424
- id: black

0 commit comments

Comments
 (0)