Skip to content

Commit 042fb08

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/reorder_python_imports: v3.8.3 → v3.8.4](asottile/reorder-python-imports@v3.8.3...v3.8.4) - [github.com/psf/black: 22.8.0 → 22.10.0](psf/black@22.8.0...22.10.0) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.0 → v3.0.0-alpha.1](pre-commit/mirrors-prettier@v3.0.0-alpha.0...v3.0.0-alpha.1) - [github.com/pre-commit/mirrors-mypy: v0.981 → v0.982](pre-commit/mirrors-mypy@v0.981...v0.982)
1 parent 5874148 commit 042fb08

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,18 +16,18 @@ repos:
1616
- id: trailing-whitespace
1717

1818
- repo: https://github.com/asottile/reorder_python_imports
19-
rev: v3.8.3
19+
rev: v3.8.4
2020
hooks:
2121
- id: reorder-python-imports
2222

2323
- repo: https://github.com/psf/black
24-
rev: 22.8.0
24+
rev: 22.10.0
2525
hooks:
2626
- id: black
2727
args: ["--line-length", "100"]
2828

2929
- repo: https://github.com/pre-commit/mirrors-prettier
30-
rev: v3.0.0-alpha.0
30+
rev: v3.0.0-alpha.1
3131
hooks:
3232
- id: prettier
3333

@@ -47,7 +47,7 @@ repos:
4747
stages: [manual]
4848

4949
- repo: https://github.com/pre-commit/mirrors-mypy
50-
rev: v0.981
50+
rev: v0.982
5151
hooks:
5252
- id: mypy
5353
exclude: tests

0 commit comments

Comments
 (0)