-
Notifications
You must be signed in to change notification settings - Fork 29
Update deps #118
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
Update deps #118
Changes from all commits
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 |
|---|---|---|
|
|
@@ -24,9 +24,8 @@ Repository = "http://github.com/rapidpro/rapidpro-python" | |
| [dependency-groups] | ||
| dev = [ | ||
| "coverage>=5.3,<6", | ||
| "ruff>=0.14.0,<0.15", | ||
| "ruff>=0.15.7,<0.16", | ||
| "isort>=5.10.1,<6", | ||
| "black>=24.3.0,<27", | ||
| "nose2>=0.12.0,<0.13", | ||
| ] | ||
|
Comment on lines
24
to
30
|
||
|
|
||
|
|
||
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.
This step is still labeled “Run black” but it now runs
ruff format --check. Renaming the step to match the actual command will make CI output clearer when failures occur.