Skip to content

Commit

Permalink
MAINT: upgrade to Prettier v3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 4, 2024
1 parent 5672f0c commit 226e974
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
args: []
require_serial: false
additional_dependencies:
- [email protected].1
- [email protected].2
minimum_pre_commit_version: '0'
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4.1
3.4.2
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Add this to your `.pre-commit-config.yaml`:

```yaml
- repo: https://github.com/ComPWA/prettier-pre-commit
rev: v3.4.1
rev: v3.4.2
hooks:
- id: prettier
```
Expand All @@ -20,12 +20,12 @@ When using [Prettier plugins](https://prettier.io/docs/en/plugins), you'll need

```yaml
- repo: https://github.com/ComPWA/prettier-pre-commit
rev: v3.4.1
rev: v3.4.2
hooks:
- id: prettier
additional_dependencies:
- [email protected].1
- '@prettier/[email protected].1'
- [email protected].2
- '@prettier/[email protected].2'
```

By default, all files are passed to `prettier`, if you want to limit the file list, adjust `types` / `types_or` / `files`:
Expand Down

0 comments on commit 226e974

Please sign in to comment.