Skip to content

Commit 7619331

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.2.0 → 24.10.0](psf/black@24.2.0...24.10.0) - [github.com/nbQA-dev/nbQA: 1.7.1 → 1.8.7](nbQA-dev/nbQA@1.7.1...1.8.7) - [github.com/pycqa/flake8: 7.0.0 → 7.1.1](PyCQA/flake8@7.0.0...7.1.1) - [github.com/kynan/nbstripout: 0.7.1 → 0.8.0](kynan/nbstripout@0.7.1...0.8.0) - [github.com/asottile/pyupgrade: v3.15.1 → v3.19.0](asottile/pyupgrade@v3.15.1...v3.19.0) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0)
1 parent 2742cf8 commit 7619331

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.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/psf/black
3-
rev: 24.2.0
3+
rev: 24.10.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.8.7
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.1.1
3636
hooks:
3737
- id: flake8
3838
additional_dependencies:
@@ -46,14 +46,14 @@ repos:
4646
)
4747
4848
- repo: https://github.com/kynan/nbstripout
49-
rev: 0.7.1
49+
rev: 0.8.0
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.19.0
5757
hooks:
5858
- id: pyupgrade
5959
args: [--py310-plus]
@@ -65,7 +65,7 @@ repos:
6565
args: ["--force-single-line-imports"]
6666

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

0 commit comments

Comments
 (0)