Skip to content

Commit ebd4bc0

Browse files
pre-commit-ci[bot]auvipy
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.8.0 → v3.9.0](asottile/pyupgrade@v3.8.0...v3.9.0) - [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0)
1 parent 90d382e commit ebd4bc0

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
@@ -23,13 +23,13 @@ repos:
2323
- id: trailing-whitespace
2424

2525
- repo: https://github.com/asottile/pyupgrade
26-
rev: v3.8.0
26+
rev: v3.9.0
2727
hooks:
2828
- id: pyupgrade
2929
args: ["--py37-plus"]
3030

3131
- repo: https://github.com/psf/black
32-
rev: 23.3.0
32+
rev: 23.7.0
3333
hooks:
3434
- id: black
3535

0 commit comments

Comments
 (0)