-
Notifications
You must be signed in to change notification settings - Fork 25
docs: add Slack CLI setup instructions to README.md #80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 5 commits
c0e93b1
4a4e63e
6baf485
b3a0352
cf2e5c2
e05577f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,13 @@ | ||
| [project] | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ah thanks for catching that! will do 🫡 |
||
| name = "bolt-python-starter-template" | ||
| version = "0.1.0" | ||
| requires-python = ">=3.9" | ||
| dependencies = [ | ||
| "slack-sdk==3.41.0", | ||
| "slack-bolt==1.28.0", | ||
| "slack-cli-hooks==0.3.0", | ||
| ] | ||
|
|
||
| [tool.ruff] | ||
| line-length = 125 | ||
| exclude = [".venv", "venv"] | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🪓 suggestion: We can perhaps remove this too! I found it confusing when searching for the first step to use this template
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm i think we should keep for now.
loginis important for new user setup 💭