From c1c72c021f6c3dd2593ae5f11609e94347d2e802 Mon Sep 17 00:00:00 2001 From: Github Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 14:08:38 +0000 Subject: [PATCH] MAINT: upgrade to Prettier v3.3.3 --- .pre-commit-hooks.yaml | 2 +- .version | 2 +- README.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index b8e6cf1..44ce987 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -8,5 +8,5 @@ args: [] require_serial: false additional_dependencies: - - prettier@3.3.2 + - prettier@3.3.3 minimum_pre_commit_version: '0' diff --git a/.version b/.version index 4772543..619b537 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -3.3.2 +3.3.3 diff --git a/README.md b/README.md index b48ace6..32a235c 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -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: - - prettier@3.3.2 + - prettier@3.3.3 - '@prettier/plugin-xml@3.4.1' ```