Skip to content

Commit 561bc39

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.6 → v0.1.7](astral-sh/ruff-pre-commit@v0.1.6...v0.1.7) - [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.4](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.4)
1 parent 5373a24 commit 561bc39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
- id: trailing-whitespace
99
- id: end-of-file-fixer
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: "v0.1.6"
11+
rev: "v0.1.7"
1212
hooks:
1313
- id: ruff
1414
args: ["--fix"]
@@ -36,7 +36,7 @@ repos:
3636
args: []
3737
require_serial: true
3838
- repo: https://github.com/pre-commit/mirrors-prettier
39-
rev: v3.1.0
39+
rev: v4.0.0-alpha.4
4040
hooks:
4141
- id: prettier
4242
args: [--prose-wrap=always, --print-width=88]

0 commit comments

Comments
 (0)