Skip to content

Commit db7b836

Browse files
pre-commit-ci[bot]neersighted
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.38.2 → v3.1.0](asottile/pyupgrade@v2.38.2...v3.1.0) - [github.com/psf/black: 22.8.0 → 22.10.0](psf/black@22.8.0...22.10.0)
1 parent 805ed3b commit db7b836

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
@@ -46,7 +46,7 @@ repos:
4646
- pep8-naming==0.13.1
4747

4848
- repo: https://github.com/asottile/pyupgrade
49-
rev: v2.38.2
49+
rev: v3.1.0
5050
hooks:
5151
- id: pyupgrade
5252
args: [--py37-plus]
@@ -70,7 +70,7 @@ repos:
7070
args: [--lines-after-imports, "-1"]
7171

7272
- repo: https://github.com/psf/black
73-
rev: 22.8.0
73+
rev: 22.10.0
7474
hooks:
7575
- id: black
7676

0 commit comments

Comments
 (0)