Skip to content

Commit fbc59a3

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

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
@@ -19,7 +19,7 @@ repos:
1919
- id: trailing-whitespace
2020

2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: "v0.8.1"
22+
rev: "v0.8.2"
2323
hooks:
2424
- id: ruff
2525
args: ["--fix", "--show-fixes"]
@@ -43,7 +43,7 @@ repos:
4343
exclude: ^docs/usage/intro.ipynb$
4444

4545
- repo: https://github.com/rbubley/mirrors-prettier
46-
rev: "v3.4.1"
46+
rev: "v3.4.2"
4747
hooks:
4848
- id: prettier
4949
types_or: [yaml, markdown, html, css, scss, javascript, json]

0 commit comments

Comments
 (0)