We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90976c1 commit 521b44dCopy full SHA for 521b44d
.slack/.gitignore
@@ -0,0 +1,2 @@
1
+apps.dev.json
2
+cache/
.slack/config.json
@@ -0,0 +1,7 @@
+{
+ "manifest": {
3
+ "source": "remote"
4
+ },
5
+ "project_id": "00000000-0000-0000-0000-000000000000"
6
+}
7
+
.slack/hooks.json
@@ -0,0 +1,5 @@
+ "hooks": {
+ "get-hooks": "python3 -m slack_cli_hooks.hooks.get_hooks"
+ }
requirements.txt
@@ -7,3 +7,4 @@ openai==2.16.0
pytest==9.0.2
8
ruff==0.14.14
9
python-dotenv==1.2.1
10
+slack-cli-hooks==0.2.0
0 commit comments