Skip to content

Commit 5ef709a

Browse files
Revathyvenugopal162pyansys-ci-botRobPasMue
authored
fix: prettier pre-commit hook (#627)
Co-authored-by: pyansys-ci-bot <[email protected]> Co-authored-by: Roberto Pastor Muela <[email protected]>
1 parent 8e13e2f commit 5ef709a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ repos:
1313
- id: codespell
1414
args: ["--ignore-words", "doc/styles/config/vocabularies/ANSYS/accept.txt", "-w"]
1515

16-
- repo: https://github.com/pre-commit/mirrors-prettier
17-
rev: 'v4.0.0-alpha.8'
16+
- repo: https://github.com/pycontribs/mirrors-prettier
17+
rev: v3.4.2
1818
hooks:
1919
- id: prettier
2020
types_or: [css, javascript]

doc/changelog.d/627.maintenance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fix: prettier pre-commit hook

0 commit comments

Comments
 (0)