Skip to content

Commit 801d9ee

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.12.0 → 24.2.0](psf/black@23.12.0...24.2.0) - [github.com/asottile/pyupgrade: v3.15.0 → v3.15.1](asottile/pyupgrade@v3.15.0...v3.15.1)
1 parent ebc96e9 commit 801d9ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ ci:
44

55
repos:
66
- repo: https://github.com/psf/black
7-
rev: 23.12.0
7+
rev: 24.2.0
88
hooks:
99
- id: black-jupyter
1010
- repo: https://github.com/asottile/pyupgrade
11-
rev: v3.15.0
11+
rev: v3.15.1
1212
hooks:
1313
- id: pyupgrade
1414
args: [--py39-plus]

0 commit comments

Comments
 (0)