-
Notifications
You must be signed in to change notification settings - Fork 204
SG-41624 Add support for Python 3.13 #433
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
Conversation
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.
Pull request overview
This PR adds documentation build validation and updates CI/CD pipeline configurations. The changes introduce automated Sphinx documentation building during the CI process and modernize the code style validation job with more explicit task configurations.
Key Changes:
- Added automated Sphinx documentation building to the CI pipeline
- Refactored code style validation job to use explicit Bash tasks instead of script shortcuts
- Added flake8 linting to pre-commit hooks
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| azure-pipelines.yml | Added build_documentation template to PR validation jobs |
| azure-pipelines-templates/code_style_validation.yml | Refactored to use explicit Bash@3 tasks and removed unnecessary properties |
| azure-pipelines-templates/build_documentation.yml | New template for building Sphinx documentation with Python 3.10 and PySide2 |
| .pre-commit-config.yaml | Added flake8 linting hook for code quality validation |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
02e3a23 to
6553ec7
Compare
254e964 to
6220a13
Compare
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.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Pull request overview
Copilot reviewed 8 out of 8 changed files in this pull request and generated 4 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
carlos-villavicencio-adsk
left a comment
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.
LGTM!
9458fc9
carlos-villavicencio-adsk
left a comment
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.
![]()
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #433 +/- ##
==========================================
+ Coverage 76.66% 77.07% +0.40%
==========================================
Files 10 10
Lines 1890 1880 -10
==========================================
Hits 1449 1449
+ Misses 441 431 -10 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Uh oh!
There was an error while loading. Please reload this page.