From 80083299ebb793153b90719c6221ff6d3eb7690f Mon Sep 17 00:00:00 2001 From: Alejandra <90076947+alejsdev@users.noreply.github.com> Date: Sun, 17 Mar 2024 19:50:06 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Add=20Biome=20to=20pre-commit=20?= =?UTF-8?q?config=20(#1098)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .pre-commit-config.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c13b47b..ee368e6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,6 +18,11 @@ repos: args: - --fix - id: ruff-format + - repo: https://github.com/biomejs/pre-commit + rev: v0.1.0 + hooks: + - id: biome-check + additional_dependencies: ["@biomejs/biome@1.4.1"] ci: autofix_commit_msg: 🎨 [pre-commit.ci] Auto format from pre-commit.com hooks