Skip to content

jeez#1152

Merged
zzstoatzz merged 1 commit into
mainfrom
slackbot-n
May 29, 2025
Merged

jeez#1152
zzstoatzz merged 1 commit into
mainfrom
slackbot-n

Conversation

@zzstoatzz

Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings May 29, 2025 21:00

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates dependency references in the project configuration and modifies the startup script for the Slackbot example.

  • Updated the "slackbot" dependency in pyproject.toml to use a git reference for "raggy[tpuf]".
  • Commented out reload functionality in examples/slackbot/start.py.

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
pyproject.toml Changed dependency reference for the "raggy[tpuf]" package.
examples/slackbot/start.py Commented out reload-related parameters in the app startup.
Comments suppressed due to low confidence (1)

pyproject.toml:52

  • [nitpick] Verify that switching to a git URL for the 'raggy[tpuf]' dependency is intentional as it may introduce version instability compared to using a versioned release.
    "raggy[tpuf]@git+https://github.com/zzstoatzz/raggy.git",

Comment on lines +18 to +19
# reload=settings.test_mode,
# reload_dirs=["examples/slackbot"] if settings.test_mode else None,

Copilot AI May 29, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] If the reload functionality is no longer necessary, consider removing the commented-out code to improve code clarity, or reinstate it if it was disabled by mistake.

Suggested change
# reload=settings.test_mode,
# reload_dirs=["examples/slackbot"] if settings.test_mode else None,

Copilot uses AI. Check for mistakes.
@zzstoatzz zzstoatzz merged commit 3c587ea into main May 29, 2025
3 of 4 checks passed
@zzstoatzz zzstoatzz deleted the slackbot-n branch May 29, 2025 21:01
@github-actions github-actions Bot added the enhancement New feature or request label May 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants