Skip to content

Commit 8cdab1e

Browse files
committed
Update pre-commit hooks.
1 parent 50940ae commit 8cdab1e

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
@@ -13,7 +13,7 @@ repos:
1313
args: [--fix, lf]
1414
- id: trailing-whitespace
1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: "v0.1.6"
16+
rev: "v0.1.7"
1717
hooks:
1818
- id: ruff
1919
args: [--fix, --exit-non-zero-on-fix]
@@ -28,6 +28,6 @@ repos:
2828
id: black
2929
args: ["--line-length", "79"]
3030
- repo: https://github.com/pre-commit/mirrors-prettier
31-
rev: "v3.1.0"
31+
rev: "v4.0.0-alpha.3-1"
3232
hooks:
3333
- id: prettier

0 commit comments

Comments
 (0)