From 458fce503584fadeb3157b715e156337afe8c6c4 Mon Sep 17 00:00:00 2001 From: seria Date: Sun, 28 Apr 2024 21:38:35 +0900 Subject: [PATCH] chore(ci): Add pre-commit config --- .pre-commit-config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .pre-commit-config.yaml diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 0000000..08186fd --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,6 @@ +repos: + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: v0.4.1 + hooks: + - id: ruff + - id: ruff-format \ No newline at end of file