From 7c90e4465668704e14464c6b301d09126c2cbc89 Mon Sep 17 00:00:00 2001 From: Yu Ishikawa Date: Wed, 30 Oct 2024 10:00:42 +0900 Subject: [PATCH] Add pre-commit Signed-off-by: Yu Ishikawa --- requirements-dev.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 1af82d00..533ef1eb 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,3 +1,4 @@ pytest==7.4.0 poetry -twine \ No newline at end of file +twine +pre-commit>=4,<5