Skip to content

Commit 1b864f9

Browse files
authored
chore: use maintained fork of prettier (#238)
* chore: use maintained fork of prettier Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> * Update pyproject.toml --------- Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
1 parent f00f826 commit 1b864f9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ repos:
1717
args: ["--fix", "--show-fixes"]
1818
- id: ruff-format
1919

20-
- repo: https://github.com/pre-commit/mirrors-prettier
21-
rev: "v4.0.0-alpha.8"
20+
- repo: https://github.com/rbubley/mirrors-prettier
21+
rev: "v3.3.3"
2222
hooks:
2323
- id: prettier
2424
types_or: [yaml, markdown, html, css, scss, javascript, json]
@@ -78,7 +78,7 @@ repos:
7878
exclude: .pre-commit-config.yaml
7979

8080
- repo: https://github.com/henryiii/validate-pyproject-schema-store
81-
rev: 2024.07.29
81+
rev: 2024.08.19
8282
hooks:
8383
- id: validate-pyproject
8484

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,4 +225,4 @@ typing-modules = ["repo_review._compat.typing"]
225225
"src/**/__main__.py" = ["T20"]
226226

227227
[tool.repo-review]
228-
ignore = ["RF003"] # Will be flipped in next release
228+
ignore = ["RF003", "PC180"] # Will be fixed in next sp-repo-review release

0 commit comments

Comments
 (0)