From 9a0332e373603653817c1531e31dbc44de4e6b73 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 20:19:15 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.3.3 → v0.3.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.3.3...v0.3.5) - [github.com/lorenzwalthert/precommit: v0.4.0 → v0.4.1](https://github.com/lorenzwalthert/precommit/compare/v0.4.0...v0.4.1) - [github.com/pre-commit/mirrors-prettier: v3.0.3 → v4.0.0-alpha.8](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.3...v4.0.0-alpha.8) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 971add80..59f6d95e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,7 +32,7 @@ repos: args: [--update-only, --title=**Table of Contents**] - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff for linting and formatting python - rev: v0.3.3 + rev: v0.3.5 hooks: # Run the linter. - id: ruff @@ -40,7 +40,7 @@ repos: - id: ruff-format - repo: https://github.com/lorenzwalthert/precommit # R styling and linting - rev: v0.4.0 + rev: v0.4.1 hooks: - id: style-files args: [--style_pkg=styler, --style_fun=tidyverse_style] @@ -48,7 +48,7 @@ repos: - id: parsable-R - repo: https://github.com/pre-commit/mirrors-prettier # Format YAML and other languages - rev: v3.0.3 + rev: v4.0.0-alpha.8 hooks: - id: prettier exclude: '\.md$'