Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas authored Dec 4, 2023
1 parent 0cb6460 commit 3725a71
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,14 @@ repos:
require_serial: true
additional_dependencies: ["types-typed-ast"]
exclude: tests/testdata| # exclude everything, we're not ready
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.3
hooks:
- id: prettier
args: [--prose-wrap=always, --print-width=88]
- id: prettier
name: prettier
description: ''
entry: prettier --write --ignore-unknown
language: node
'types': [text]
args: [--prose-wrap=always, --print-width=88]
require_serial: false
additional_dependencies: ["[email protected]"]
minimum_pre_commit_version: '0'

0 comments on commit 3725a71

Please sign in to comment.