Skip to content

Commit 15801b2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 7.0.0 → 9.0.0a3](PyCQA/isort@7.0.0...9.0.0a3) - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 26.3.1](psf/black-pre-commit-mirror@25.9.0...26.3.1) - [github.com/kynan/nbstripout: 0.8.1 → 0.9.1](kynan/nbstripout@0.8.1...0.9.1) - [github.com/asottile/setup-cfg-fmt: v3.1.0 → v3.2.0](asottile/setup-cfg-fmt@v3.1.0...v3.2.0)
1 parent 7f193e1 commit 15801b2

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,6 +1,6 @@
11
repos:
22
- repo: https://github.com/PyCQA/isort
3-
rev: 7.0.0
3+
rev: 9.0.0a3
44
hooks:
55
- id: isort
66
name: isort
@@ -11,7 +11,7 @@ repos:
1111
args: ["--profile=black"]
1212

1313
- repo: https://github.com/psf/black-pre-commit-mirror
14-
rev: 25.9.0
14+
rev: 26.3.1
1515
hooks:
1616
- id: black
1717
types: [python]
@@ -23,7 +23,7 @@ repos:
2323
additional_dependencies: ["black==25.1.0"]
2424

2525
- repo: https://github.com/kynan/nbstripout
26-
rev: 0.8.1
26+
rev: 0.9.1
2727
hooks:
2828
- id: nbstripout
2929

@@ -77,7 +77,7 @@ repos:
7777
exclude: \.(html|svg)$
7878

7979
- repo: https://github.com/asottile/setup-cfg-fmt
80-
rev: v3.1.0
80+
rev: v3.2.0
8181
hooks:
8282
- id: setup-cfg-fmt
8383

0 commit comments

Comments
 (0)