Skip to content

Commit 5cad730

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 6.0.1 → 9.0.0a3](PyCQA/isort@6.0.1...9.0.0a3) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 26.3.1](psf/black-pre-commit-mirror@25.1.0...26.3.1) - [github.com/asottile/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0) - [github.com/kynan/nbstripout: 0.8.1 → 0.9.1](kynan/nbstripout@0.8.1...0.9.1) - [github.com/asottile/setup-cfg-fmt: v2.8.0 → v3.2.0](asottile/setup-cfg-fmt@v2.8.0...v3.2.0)
1 parent 4c176d9 commit 5cad730

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/PyCQA/isort
3-
rev: 6.0.1
3+
rev: 9.0.0a3
44
hooks:
55
- id: isort
66
name: isort
@@ -10,20 +10,20 @@ repos:
1010
types: [cython]
1111
args: ["--profile=black"]
1212

13-
- repo: https://github.com/psf/black
14-
rev: 25.1.0
13+
- repo: https://github.com/psf/black-pre-commit-mirror
14+
rev: 26.3.1
1515
hooks:
1616
- id: black
1717
types: [python]
1818

1919
- repo: https://github.com/asottile/blacken-docs
20-
rev: 1.19.1
20+
rev: 1.20.0
2121
hooks:
2222
- id: blacken-docs
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: v2.8.0
80+
rev: v3.2.0
8181
hooks:
8282
- id: setup-cfg-fmt
8383

0 commit comments

Comments
 (0)