Skip to content

Commit 17bc5ee

Browse files
[pre-commit.ci] pre-commit suggestions
updates: - [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.8) - [github.com/astral-sh/ruff-pre-commit: v0.11.8 → v0.11.12](astral-sh/ruff-pre-commit@v0.11.8...v0.11.12)
1 parent 1efcb3c commit 17bc5ee

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
@@ -35,7 +35,7 @@ repos:
3535
#args: ["--write-changes"]
3636

3737
- repo: https://github.com/pre-commit/mirrors-prettier
38-
rev: v3.1.0
38+
rev: v4.0.0-alpha.8
3939
hooks:
4040
- id: prettier
4141
files: \.(json|yml|yaml|toml)
@@ -54,7 +54,7 @@ repos:
5454
exclude: CHANGELOG.md
5555

5656
- repo: https://github.com/astral-sh/ruff-pre-commit
57-
rev: v0.11.8
57+
rev: v0.11.12
5858
hooks:
5959
- id: ruff
6060
args: ["--fix"]

0 commit comments

Comments
 (0)