From 7d66aebafa6802b7839fad68d547aaec9917eb35 Mon Sep 17 00:00:00 2001 From: cptrodgers Date: Thu, 1 Aug 2024 21:12:08 +0700 Subject: [PATCH] chore: use stable version for black --- .github/workflows/ikigai-ai-check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ikigai-ai-check.yml b/.github/workflows/ikigai-ai-check.yml index 7afa7f6d..36240979 100644 --- a/.github/workflows/ikigai-ai-check.yml +++ b/.github/workflows/ikigai-ai-check.yml @@ -1,4 +1,4 @@ -name: Lint +name: Lint ikigai ai on: pull_request: @@ -22,4 +22,4 @@ jobs: with: options: "--check --verbose" src: "./src" - use_pyproject: true + version: "~= 22.0"