From 1c2cbad1f128d609a766b5329d79aa5fda15ab03 Mon Sep 17 00:00:00 2001 From: Eden Zimbelman Date: Thu, 16 Jul 2026 11:18:15 -0700 Subject: [PATCH] chore: normalize Slack CLI config Pin `slack-cli-hooks==0.3.0` and stop gitignoring `.slack/config.json`, keeping the CLI dependency and project config consistent across the Bolt samples. Co-Authored-By: Claude --- .slack/.gitignore | 1 - requirements.txt | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.slack/.gitignore b/.slack/.gitignore index 3ea2f6e..973ba60 100644 --- a/.slack/.gitignore +++ b/.slack/.gitignore @@ -1,3 +1,2 @@ apps.dev.json cache/ -config.json diff --git a/requirements.txt b/requirements.txt index d4739bb..98a8b89 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ slack-bolt==1.29.0 pytest==9.1.1 ruff==0.15.20 -slack-cli-hooks<1 \ No newline at end of file +slack-cli-hooks==0.3.0 \ No newline at end of file