Skip to content

Commit 2d601fa

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.2.2 → v3.3.1](asottile/pyupgrade@v3.2.2...v3.3.1) - [github.com/psf/black: 22.10.0 → 22.12.0](psf/black@22.10.0...22.12.0)
1 parent f5636d9 commit 2d601fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/asottile/pyupgrade
3-
rev: v3.2.2
3+
rev: v3.3.1
44
hooks:
55
- id: pyupgrade
66
args: [--py39-plus]
@@ -10,7 +10,7 @@ repos:
1010
hooks:
1111
- id: flynt
1212
- repo: https://github.com/psf/black
13-
rev: 22.10.0
13+
rev: 22.12.0
1414
hooks:
1515
- id: black
1616
language_version: python3.9

0 commit comments

Comments
 (0)