Skip to content

Commit 86f2b4d

Browse files
[pre-commit.ci] pre-commit autoupdate (#439)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7e78643 commit 86f2b4d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
- id: trailing-whitespace
1717

1818
- repo: https://github.com/psf/black
19-
rev: 22.8.0
19+
rev: 22.10.0
2020
hooks:
2121
- id: black
2222
args: ["--line-length", "100"]
@@ -29,12 +29,12 @@ repos:
2929
args: [--profile=black]
3030

3131
- repo: https://github.com/pre-commit/mirrors-prettier
32-
rev: v3.0.0-alpha.0
32+
rev: v3.0.0-alpha.1
3333
hooks:
3434
- id: prettier
3535

3636
- repo: https://github.com/asottile/pyupgrade
37-
rev: v2.38.2
37+
rev: v3.0.0
3838
hooks:
3939
- id: pyupgrade
4040
args: [--py37-plus]
@@ -48,7 +48,7 @@ repos:
4848
stages: [manual]
4949

5050
- repo: https://github.com/pre-commit/mirrors-mypy
51-
rev: v0.981
51+
rev: v0.982
5252
hooks:
5353
- id: mypy
5454
args: ["--config-file", "pyproject.toml"]

0 commit comments

Comments
 (0)