Skip to content

Commit bb4bb33

Browse files
[pre-commit.ci] pre-commit suggestions (#125)
* [pre-commit.ci] pre-commit suggestions updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [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.12.7 → v0.12.11](astral-sh/ruff-pre-commit@v0.12.7...v0.12.11) * Replace Prettier repository with a custom fork --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Jirka Borovec <[email protected]>
1 parent e3f2965 commit bb4bb33

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ci:
99

1010
repos:
1111
- repo: https://github.com/pre-commit/pre-commit-hooks
12-
rev: v5.0.0
12+
rev: v6.0.0
1313
hooks:
1414
- id: end-of-file-fixer
1515
- id: trailing-whitespace
@@ -34,8 +34,8 @@ repos:
3434
additional_dependencies: [tomli]
3535
#args: ["--write-changes"]
3636

37-
- repo: https://github.com/pre-commit/mirrors-prettier
38-
rev: v3.1.0
37+
- repo: https://github.com/JoC0de/pre-commit-prettier
38+
rev: b3e25fa39aa676c36bc18eb9eae6f26d9bb63f39 # 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.7
57+
rev: v0.12.11
5858
hooks:
5959
- id: ruff
6060
args: ["--fix"]

0 commit comments

Comments
 (0)