Skip to content

Commit 521b44d

Browse files
zimegClaude
andcommitted
build: include cli hooks with development dependencies
Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>
1 parent 90976c1 commit 521b44d

File tree

4 files changed

+15
-0
lines changed

4 files changed

+15
-0
lines changed

.slack/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
apps.dev.json
2+
cache/

.slack/config.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"manifest": {
3+
"source": "remote"
4+
},
5+
"project_id": "00000000-0000-0000-0000-000000000000"
6+
}
7+

.slack/hooks.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"hooks": {
3+
"get-hooks": "python3 -m slack_cli_hooks.hooks.get_hooks"
4+
}
5+
}

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ openai==2.16.0
77
pytest==9.0.2
88
ruff==0.14.14
99
python-dotenv==1.2.1
10+
slack-cli-hooks==0.2.0

0 commit comments

Comments
 (0)