Skip to content

Commit

Permalink
MAINT: upgrade to Prettier v3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 5, 2024
1 parent d04d221 commit c1c72c0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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].2
- [email protected].3
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.3.2
3.3.3
6 changes: 3 additions & 3 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.3.2
rev: v3.3.3
hooks:
- id: prettier
```
Expand All @@ -20,11 +20,11 @@ When using [Prettier plugins](https://prettier.io/docs/en/plugins), you'll need

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

Expand Down

0 comments on commit c1c72c0

Please sign in to comment.