Skip to content

Commit e191a69

Browse files
chore: update pre-commit hooks (#80)
updates: - [github.com/rbubley/mirrors-prettier: v3.4.1 → v3.4.2](rbubley/mirrors-prettier@v3.4.1...v3.4.2) - [github.com/astral-sh/ruff-pre-commit: v0.8.1 → v0.8.2](astral-sh/ruff-pre-commit@v0.8.1...v0.8.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 91bacb3 commit e191a69

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
@@ -27,14 +27,14 @@ repos:
2727
- id: rst-inline-touching-normal
2828

2929
- repo: https://github.com/rbubley/mirrors-prettier
30-
rev: "v3.4.1"
30+
rev: "v3.4.2"
3131
hooks:
3232
- id: prettier
3333
types_or: [yaml, markdown, html, css, scss, javascript, json]
3434
args: [--prose-wrap=always]
3535

3636
- repo: https://github.com/astral-sh/ruff-pre-commit
37-
rev: v0.8.1
37+
rev: v0.8.2
3838
hooks:
3939
- id: ruff
4040
args: ["--fix", "--show-fixes"]

0 commit comments

Comments
 (0)