Skip to content

Commit

Permalink
Fix prettier in pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans committed Aug 28, 2024
1 parent 62aff06 commit 4f76aee
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 @@ -20,7 +20,9 @@ repos:
rev: v3.3.3
hooks:
- id: prettier
- repo: https://github.com/charliermarsh/ruff-pre-commit
args:
- --no-config
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.6.2
hooks:
- id: ruff
Expand Down

0 comments on commit 4f76aee

Please sign in to comment.