Skip to content

Commit

Permalink
πŸ’š Fix pre-commit by downgrading prettier hook
Browse files Browse the repository at this point in the history
  • Loading branch information
clementjumel committed Dec 18, 2023
1 parent b9f5f82 commit 110ff37
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,10 @@ repos:
args: ["--resolve-all-configs"]

# Prettier is a formatting tool for many non-Python files
# NOTE: version 4.0.0 seems broken up until 4.0.0-alpha.7 (errors happen both locally & on
# GH runners)
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.5
rev: v3.1.0
hooks:
- id: prettier

Expand Down

0 comments on commit 110ff37

Please sign in to comment.