From 346e03a3eb08ef1ea81e983bc73c41033e8f0e43 Mon Sep 17 00:00:00 2001 From: User Date: Sun, 17 Mar 2024 18:00:52 +0100 Subject: [PATCH] Add biome to pre-commit config --- .pre-commit-config.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c13b47baf8..ee368e6416 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