Skip to content

Commit ac22f1f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0)
1 parent e7974e4 commit ac22f1f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ repos:
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: "6.0.1"
1010
hooks:
1111
- id: isort
1212
additional_dependencies: [toml]
1313
exclude: docs/tutorials
1414
- repo: https://github.com/psf/black
15-
rev: "24.10.0"
15+
rev: "25.1.0"
1616
hooks:
1717
- id: black-jupyter
1818
- repo: https://github.com/kynan/nbstripout

0 commit comments

Comments
 (0)