Skip to content

Commit 639f41a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.2.0 → 25.12.0](psf/black-pre-commit-mirror@24.2.0...25.12.0) - [github.com/nbQA-dev/nbQA: 1.7.1 → 1.9.1](nbQA-dev/nbQA@1.7.1...1.9.1) - [github.com/pycqa/flake8: 7.0.0 → 7.3.0](PyCQA/flake8@7.0.0...7.3.0) - [github.com/kynan/nbstripout: 0.7.1 → 0.8.2](kynan/nbstripout@0.7.1...0.8.2) - [github.com/asottile/pyupgrade: v3.15.1 → v3.21.2](asottile/pyupgrade@v3.15.1...v3.21.2) - [github.com/pycqa/isort: 5.13.2 → 7.0.0](PyCQA/isort@5.13.2...7.0.0) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.5.0...v6.0.0)
1 parent 2742cf8 commit 639f41a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
2-
- repo: https://github.com/psf/black
3-
rev: 24.2.0
2+
- repo: https://github.com/psf/black-pre-commit-mirror
3+
rev: 25.12.0
44
hooks:
55
- id: black
66
name: black
@@ -23,7 +23,7 @@ repos:
2323
additional_dependencies: [".[jupyter]"]
2424

2525
- repo: https://github.com/nbQA-dev/nbQA
26-
rev: 1.7.1
26+
rev: 1.9.1
2727
hooks:
2828
- id: nbqa-pyupgrade
2929
args: ["--py310-plus"]
@@ -32,7 +32,7 @@ repos:
3232
args: ["--extend-ignore=E402"]
3333

3434
- repo: https://github.com/pycqa/flake8
35-
rev: 7.0.0
35+
rev: 7.3.0
3636
hooks:
3737
- id: flake8
3838
additional_dependencies:
@@ -46,26 +46,26 @@ repos:
4646
)
4747
4848
- repo: https://github.com/kynan/nbstripout
49-
rev: 0.7.1
49+
rev: 0.8.2
5050
hooks:
5151
- id: nbstripout
5252
description: Strip output from jupyter notebooks
5353
args: [--drop-empty-cells]
5454

5555
- repo: https://github.com/asottile/pyupgrade
56-
rev: v3.15.1
56+
rev: v3.21.2
5757
hooks:
5858
- id: pyupgrade
5959
args: [--py310-plus]
6060

6161
- repo: https://github.com/pycqa/isort
62-
rev: 5.13.2
62+
rev: 7.0.0
6363
hooks:
6464
- id: isort
6565
args: ["--force-single-line-imports"]
6666

6767
- repo: https://github.com/pre-commit/pre-commit-hooks
68-
rev: v4.5.0
68+
rev: v6.0.0
6969
hooks:
7070
- id: check-builtin-literals
7171
- id: check-added-large-files

0 commit comments

Comments
 (0)