Skip to content

Commit 07e4fcf

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.0.276 → v0.0.277](astral-sh/ruff-pre-commit@v0.0.276...v0.0.277) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.9-for-vscode → v3.0.0](pre-commit/mirrors-prettier@v3.0.0-alpha.9-for-vscode...v3.0.0)
1 parent d0d392e commit 07e4fcf

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
@@ -15,7 +15,7 @@ repos:
1515
args: [--fix, lf]
1616
- id: trailing-whitespace
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: "v0.0.276"
18+
rev: "v0.0.277"
1919
hooks:
2020
- id: ruff
2121
- repo: https://github.com/PyCQA/isort
@@ -29,6 +29,6 @@ repos:
2929
id: black
3030
args: ["--line-length", "79"]
3131
- repo: https://github.com/pre-commit/mirrors-prettier
32-
rev: "v3.0.0-alpha.9-for-vscode"
32+
rev: "v3.0.0"
3333
hooks:
3434
- id: prettier

0 commit comments

Comments
 (0)