Skip to content
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

Add autosync-before-run, --sync and --no-sync arguments to rye test and rye run (Regular sync mode) #1005

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

khvn26
Copy link

@khvn26 khvn26 commented Apr 9, 2024

This PR adds:

  • --sync/--no-sync flag arguments to run and test commands. They control whether Rye should install project dependencies prior to executing either command.
  • sync-before-run global configuration flag that controls the same thing.

Closes #886.

@khvn26 khvn26 changed the title Add autosync-before-run, --sync and --no-sync arguments to test (Regular sync mode) Add autosync-before-run, --sync and --no-sync arguments to rye test and rye run (Regular sync mode) Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add autosync(and --sync/--no-sync ) to rye run
1 participant