Skip to content

Commit 0960022

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 4059d1f commit 0960022

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

4747
- repo: https://github.com/asottile/pyupgrade
48-
rev: v2.38.2
48+
rev: v3.1.0
4949
hooks:
5050
- id: pyupgrade
5151
args: [--py37-plus]
@@ -63,7 +63,7 @@ repos:
6363
args: [--lines-after-imports, "-1"]
6464

6565
- repo: https://github.com/psf/black
66-
rev: 22.8.0
66+
rev: 22.10.0
6767
hooks:
6868
- id: black
6969

0 commit comments

Comments
 (0)