Skip to content

Commit ef62a70

Browse files
[pre-commit.ci] pre-commit autoupdate (#448)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 96eab80 commit ef62a70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,18 @@ repos:
2929
args: [--profile=black]
3030

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

3636
- repo: https://github.com/asottile/pyupgrade
37-
rev: v3.0.0
37+
rev: v3.1.0
3838
hooks:
3939
- id: pyupgrade
4040
args: [--py37-plus]
4141

4242
- repo: https://github.com/john-hen/Flake8-pyproject
43-
rev: 1.0.1
43+
rev: 1.1.0.post0
4444
hooks:
4545
- id: Flake8-pyproject
4646
alias: flake8

0 commit comments

Comments
 (0)