Skip to content

Commit 221c422

Browse files
pre-commit-ci[bot]rht
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0) - [github.com/asottile/pyupgrade: v3.8.0 → v3.10.1](asottile/pyupgrade@v3.8.0...v3.10.1)
1 parent 59ab01f commit 221c422

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
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.3.0
7+
rev: 23.7.0
88
hooks:
99
- id: black-jupyter
1010
- repo: https://github.com/asottile/pyupgrade
11-
rev: v3.8.0
11+
rev: v3.10.1
1212
hooks:
1313
- id: pyupgrade
1414
args: [--py38-plus]

0 commit comments

Comments
 (0)