Skip to content

Commit 18861e5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.7.0 → v3.9.0](asottile/pyupgrade@v3.7.0...v3.9.0) - [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0)
1 parent e23b8dd commit 18861e5

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
@@ -38,7 +38,7 @@ repos:
3838
args: [--notice=COPYRIGHT]
3939
files: python
4040
- repo: https://github.com/asottile/pyupgrade
41-
rev: v3.7.0
41+
rev: v3.9.0
4242
hooks:
4343
- id: pyupgrade
4444
args: [--py37-plus]
@@ -70,7 +70,7 @@ repos:
7070
hooks:
7171
- id: yesqa
7272
- repo: https://github.com/psf/black
73-
rev: 23.3.0
73+
rev: 23.7.0
7474
hooks:
7575
- id: black
7676
name: black (in place fixes)

0 commit comments

Comments
 (0)