Skip to content

Commit 38d715f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-prettier: v2.6.1 → v2.6.2](pre-commit/mirrors-prettier@v2.6.1...v2.6.2) - [github.com/PyCQA/doc8: 0.11.0 → 0.11.1](PyCQA/doc8@0.11.0...0.11.1)
1 parent 66aea83 commit 38d715f

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
@@ -30,7 +30,7 @@ repos:
3030
args: ["--line-length", "100"]
3131

3232
- repo: https://github.com/pre-commit/mirrors-prettier
33-
rev: v2.6.1
33+
rev: v2.6.2
3434
hooks:
3535
- id: prettier
3636

@@ -46,7 +46,7 @@ repos:
4646
]
4747

4848
- repo: https://github.com/PyCQA/doc8
49-
rev: 0.11.0
49+
rev: 0.11.1
5050
hooks:
5151
- id: doc8
5252
args: [--max-line-length=100]

0 commit comments

Comments
 (0)