Skip to content

Commit aff4bc9

Browse files
authored
fix: pin prettier to 3.5.1 to fix CI (#36)
1 parent 784f870 commit aff4bc9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ repos:
3636
hooks:
3737
- id: prettier
3838
args: ["--tab-width", "2"]
39+
additional_dependencies:
40+
3941
- repo: https://github.com/astral-sh/ruff-pre-commit
4042
rev: v0.9.6
4143
hooks:

0 commit comments

Comments
 (0)