From b647213df12309c1fc81aad48775035a2fc54b50 Mon Sep 17 00:00:00 2001 From: Machiko Yasuda Date: Wed, 30 Oct 2024 04:44:52 +0000 Subject: [PATCH] chore(pre-commit): fix stage name --- .pre-commit-config.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index beeed84d..1ed566bf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,8 +10,7 @@ default_install_hook_types: # by default, confine hooks to these git stages (except for hooks that specify their own stages) # https://pre-commit.com/#top_level-default_stages -default_stages: - - pre-commit +default_stages: [pre-commit] repos: - repo: https://github.com/compilerla/conventional-pre-commit