Skip to content

Commit eb33b75

Browse files
[pre-commit.ci] pre-commit suggestions (#131)
updates: - [github.com/JoC0de/pre-commit-prettier: b3e25fa39aa676c36bc18eb9eae6f26d9bb63f39 → v3.6.2](JoC0de/pre-commit-prettier@b3e25fa...v3.6.2) - [github.com/astral-sh/ruff-pre-commit: v0.12.11 → v0.13.3](astral-sh/ruff-pre-commit@v0.12.11...v0.13.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 312eb88 commit eb33b75

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/JoC0de/pre-commit-prettier
38-
rev: b3e25fa39aa676c36bc18eb9eae6f26d9bb63f39 # v3.6.2 using SHA as tags are not persistent
38+
rev: v3.6.2 # v3.6.2 using SHA as tags are not persistent
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.12.11
57+
rev: v0.13.3
5858
hooks:
5959
- id: ruff
6060
args: ["--fix"]

0 commit comments

Comments
 (0)