Skip to content

Commit 39b5a7b

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 925ba98 commit 39b5a7b

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]
@@ -9,7 +9,7 @@ repos:
99
hooks:
1010
- id: flynt
1111
- repo: https://github.com/psf/black
12-
rev: 22.10.0
12+
rev: 22.12.0
1313
hooks:
1414
- id: black
1515
language_version: python3.9

0 commit comments

Comments
 (0)