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' ```