From 5672f0c4604c4bd884d92b9985593fdc5630514f Mon Sep 17 00:00:00 2001 From: Github Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 13:12:23 +0000 Subject: [PATCH] MAINT: upgrade to Prettier v3.4.1 --- .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 2a43e33..15fe19a 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -8,5 +8,5 @@ args: [] require_serial: false additional_dependencies: - - prettier@3.4.0 + - prettier@3.4.1 minimum_pre_commit_version: '0' diff --git a/.version b/.version index 1809198..47b322c 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -3.4.0 +3.4.1 diff --git a/README.md b/README.md index ff75448..422147e 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.4.0 + rev: v3.4.1 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.4.0 + rev: v3.4.1 hooks: - id: prettier additional_dependencies: - - prettier@3.4.0 + - prettier@3.4.1 - '@prettier/plugin-xml@3.4.1' ```