Skip to content

Commit d3fbbfc

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/psf/black: 24.8.0 → 25.1.0](psf/black@24.8.0...25.1.0) - [github.com/asottile/blacken-docs: 1.18.0 → 1.19.1](adamchainz/blacken-docs@1.18.0...1.19.1) - [github.com/kynan/nbstripout: 0.7.1 → 0.8.1](kynan/nbstripout@0.7.1...0.8.1) - [github.com/nbQA-dev/nbQA: 1.8.7 → 1.9.1](nbQA-dev/nbQA@1.8.7...1.9.1) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/asottile/setup-cfg-fmt: v2.5.0 → v2.7.0](asottile/setup-cfg-fmt@v2.5.0...v2.7.0)
1 parent e8eaa64 commit d3fbbfc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/PyCQA/isort
3-
rev: 5.13.2
3+
rev: 6.0.0
44
hooks:
55
- id: isort
66
name: isort
@@ -11,24 +11,24 @@ repos:
1111
args: ["--profile=black"]
1212

1313
- repo: https://github.com/psf/black
14-
rev: 24.8.0
14+
rev: 25.1.0
1515
hooks:
1616
- id: black
1717
types: [python]
1818

1919
- repo: https://github.com/asottile/blacken-docs
20-
rev: 1.18.0
20+
rev: 1.19.1
2121
hooks:
2222
- id: blacken-docs
2323
additional_dependencies: ["black==24.8.0"]
2424

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

3030
- repo: https://github.com/nbQA-dev/nbQA
31-
rev: 1.8.7
31+
rev: 1.9.1
3232
hooks:
3333
- id: nbqa-isort
3434
args: ["--profile=black"]
@@ -50,7 +50,7 @@ repos:
5050
types: [text]
5151

5252
- repo: https://github.com/pre-commit/pre-commit-hooks
53-
rev: v4.6.0
53+
rev: v5.0.0
5454
hooks:
5555
- id: check-added-large-files
5656
- id: check-ast
@@ -77,7 +77,7 @@ repos:
7777
exclude: \.(html|svg)$
7878

7979
- repo: https://github.com/asottile/setup-cfg-fmt
80-
rev: v2.5.0
80+
rev: v2.7.0
8181
hooks:
8282
- id: setup-cfg-fmt
8383

0 commit comments

Comments
 (0)