Skip to content

Commit 8f924c7

Browse files
[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 be95c50 commit 8f924c7

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
@@ -10,12 +10,12 @@ repos:
1010
- id: debug-statements
1111

1212
- repo: https://github.com/asottile/pyupgrade
13-
rev: v3.8.0
13+
rev: v3.9.0
1414
hooks:
1515
- id: pyupgrade
1616

1717
- repo: https://github.com/psf/black
18-
rev: 23.3.0
18+
rev: 23.7.0
1919
hooks:
2020
- id: black
2121

0 commit comments

Comments
 (0)