Skip to content

Commit 70ae05b

Browse files
[pre-commit.ci] pre-commit autoupdate (#133)
updates: - [github.com/pre-commit/mirrors-prettier: v2.7.1 → v3.0.0-alpha.0](pre-commit/mirrors-prettier@v2.7.1...v3.0.0-alpha.0) - [github.com/PyCQA/flake8: 5.0.2 → 5.0.4](PyCQA/flake8@5.0.2...5.0.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent cbe84a8 commit 70ae05b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
exclude: docs/.*|tests/.*|noxfile.py
1919

2020
- repo: https://github.com/pre-commit/mirrors-prettier
21-
rev: "v2.7.1"
21+
rev: "v3.0.0-alpha.0"
2222
hooks:
2323
- id: prettier
2424
args: [--prose-wrap, always]
@@ -37,7 +37,7 @@ repos:
3737
- id: trailing-whitespace
3838

3939
- repo: https://github.com/PyCQA/flake8
40-
rev: "5.0.2"
40+
rev: "5.0.4"
4141
hooks:
4242
- id: flake8
4343

0 commit comments

Comments
 (0)