Skip to content

Commit a678bc1

Browse files
[pre-commit.ci] pre-commit autoupdate (#5)
<!--pre-commit.ci start--> updates: - [github.com/asottile/pyupgrade: v3.3.0 → v3.3.1](asottile/pyupgrade@v3.3.0...v3.3.1) - [github.com/psf/black: 22.10.0 → 22.12.0](psf/black@22.10.0...22.12.0) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a2d31f9 commit a678bc1

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
@@ -17,7 +17,7 @@ repos:
1717
- id: setup-cfg-fmt
1818

1919
- repo: https://github.com/asottile/pyupgrade
20-
rev: v3.3.0
20+
rev: v3.3.1
2121
hooks:
2222
- id: pyupgrade
2323
args: [--py37-plus]
@@ -30,7 +30,7 @@ repos:
3030
args: ["--profile", "black", "--filter-files"]
3131

3232
- repo: https://github.com/psf/black
33-
rev: 22.10.0
33+
rev: 22.12.0
3434
hooks:
3535
- id: black
3636

0 commit comments

Comments
 (0)