-
Notifications
You must be signed in to change notification settings - Fork 161
move ruff configuration into pyproject.toml #806
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 all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1,10 +1,14 @@ | ||||||||||||||||||||||||||||||
| [ | ||||||||||||||||||||||||||||||
| { | ||||||||||||||||||||||||||||||
| "version": "26.02.00", | ||||||||||||||||||||||||||||||
| "url": "https://docs.nvidia.com/cuopt/user-guide/26.02.00/", | ||||||||||||||||||||||||||||||
| "version": "26.04.00", | ||||||||||||||||||||||||||||||
| "url": "https://docs.nvidia.com/cuopt/user-guide/26.04.00/", | ||||||||||||||||||||||||||||||
| "name": "latest", | ||||||||||||||||||||||||||||||
| "preferred": true | ||||||||||||||||||||||||||||||
| }, | ||||||||||||||||||||||||||||||
| { | ||||||||||||||||||||||||||||||
| "version": "26.02.00", | ||||||||||||||||||||||||||||||
| "url": "https://docs.nvidia.com/cuopt/user-guide/26.02.00/" | ||||||||||||||||||||||||||||||
| }, | ||||||||||||||||||||||||||||||
|
Comment on lines
+3
to
+11
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. 🧩 Analysis chain🌐 Web query:
💡 Result: The URL you provided ( What is available is the cuOpt documentation hub and the User Guide under the “latest” path, which currently shows NVIDIA cuOpt (25.12) and includes a “Choose version” selector. [2][3] Use these instead:
If you tell me what you’re trying to find in 26.04.00 (release notes, installation, API reference, etc.), I can help locate the closest matching version/page. Sources: 🌐 Web query:
💡 Result: The URL you provided ( What you can use instead:
Sources: [1] [2] [3] [4] 🌐 Web query:
💡 Result: The link points to the NVIDIA cuOpt User Guide (version 25.12), which documents cuOpt’s capabilities and how to use it via multiple interfaces. [1]
Sources: NVIDIA cuOpt User Guide (latest): main index [1], introduction [2], system requirements [3], release notes [4]. Do not merge: 26.04.00 and 26.02.00 documentation links are not live (404). The URLs for versions 26.04.00 and 26.02.00 currently return 404 errors. The Rollback option- {
- "version": "26.04.00",
- "url": "https://docs.nvidia.com/cuopt/user-guide/26.04.00/",
- "name": "latest",
- "preferred": true
- },
- {
- "version": "26.02.00",
- "url": "https://docs.nvidia.com/cuopt/user-guide/26.02.00/"
- },
+ {
+ "version": "25.12.00",
+ "url": "https://docs.nvidia.com/cuopt/user-guide/25.12.00/",
+ "name": "latest",
+ "preferred": true
+ },📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents
Collaborator
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. @codeabbitai this is future release 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.
|
||||||||||||||||||||||||||||||
| { | ||||||||||||||||||||||||||||||
| "version": "25.12.00", | ||||||||||||||||||||||||||||||
| "url": "https://docs.nvidia.com/cuopt/user-guide/25.12.00/" | ||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||
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 change was made by just running
pre-commit run --all-files. I'm not sure what's causing it.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 was manually added and needs update to the update script handle it with url now.
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.
Fixed in this PR https://github.com/NVIDIA/cuopt/pull/810/files
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.
Ah ok got it, thanks