From 5b9192679cf2e670584a81c815bb1ec4267c4c7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Ver=C3=ADssimo?= <211358+averissimo@users.noreply.github.com> Date: Mon, 4 Nov 2024 13:41:21 +0000 Subject: [PATCH] Adds `roxy.shinylive` to pre-commit configuration (#1238) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # Pull Request Fixes https://github.com/insightsengineering/nestdevs-tasks/issues/85 ### Changes description - Add dependency to pre-commit configuration --------- Signed-off-by: André Veríssimo <211358+averissimo@users.noreply.github.com> --- .pre-commit-config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 072c78dba..30be9922f 100755 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ default_language_version: python: python3 repos: - repo: https://github.com/lorenzwalthert/precommit - rev: v0.4.3.9001 + rev: v0.4.3.9003 hooks: - id: style-files name: Style code with `styler` @@ -40,6 +40,7 @@ repos: - shinyvalidate - shinyWidgets - stats + - insightsengineering/roxy.shinylive - insightsengineering/teal.code - insightsengineering/teal.data - insightsengineering/teal.logger