Skip to content

Commit 54c6526

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.3.1 → v3.9.0](asottile/pyupgrade@v3.3.1...v3.9.0) - [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0)
1 parent d53faea commit 54c6526

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
@@ -17,7 +17,7 @@ repos:
1717
- id: trailing-whitespace
1818

1919
- repo: https://github.com/asottile/pyupgrade
20-
rev: v3.3.1
20+
rev: v3.9.0
2121
hooks:
2222
- id: pyupgrade
2323
args: [--py37-plus]
@@ -28,7 +28,7 @@ repos:
2828
- id: isort
2929

3030
- repo: https://github.com/psf/black
31-
rev: 23.3.0
31+
rev: 23.7.0
3232
hooks:
3333
- id: black
3434

0 commit comments

Comments
 (0)