Skip to content

Commit

Permalink
chore: use maintained fork of prettier (#238)
Browse files Browse the repository at this point in the history
* chore: use maintained fork of prettier

Signed-off-by: Henry Schreiner <[email protected]>

* Update pyproject.toml

---------

Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii authored Aug 19, 2024
1 parent f00f826 commit 1b864f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ repos:
args: ["--fix", "--show-fixes"]
- id: ruff-format

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

- repo: https://github.com/henryiii/validate-pyproject-schema-store
rev: 2024.07.29
rev: 2024.08.19
hooks:
- id: validate-pyproject

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -225,4 +225,4 @@ typing-modules = ["repo_review._compat.typing"]
"src/**/__main__.py" = ["T20"]

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

0 comments on commit 1b864f9

Please sign in to comment.