Skip to content

Commit d6b62a7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.3.1 → v3.3.2](asottile/pyupgrade@v3.3.1...v3.3.2) - [github.com/psf/black: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0)
1 parent f4fcf0b commit d6b62a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
- id: trailing-whitespace
1313

1414
- repo: https://github.com/asottile/pyupgrade
15-
rev: v3.3.1
15+
rev: v3.3.2
1616
hooks:
1717
- id: pyupgrade
1818
name: PyUpgrade 3.6+
@@ -26,7 +26,7 @@ repos:
2626
args: [--profile, black]
2727

2828
- repo: https://github.com/psf/black
29-
rev: 23.1.0
29+
rev: 23.3.0
3030
hooks:
3131
- id: black
3232

0 commit comments

Comments
 (0)