Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #34 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 2 2
Lines 6 6
=========================================
Hits 6 6 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request includes updates to dependencies, configuration files, and a notebook script to improve compatibility, maintainability, and code quality. Below is a summary of the most important changes grouped by theme:
Dependency Updates:
pre-commithooks to use newer versions of tools such asprettier,ruff,mypy,codespell,validate-pyproject,check-jsonschema, andsp-repo-reviewfor improved functionality and bug fixes. [1] [2] [3]CI Workflow Improvements:
codecov-actionin.github/workflows/ci.ymlto versionv5.3.1for better coverage reporting.runs-onsyntax in.github/workflows/codeql.ymlfor clarity and maintainability.Notebook Script Enhancements:
np.random.seedwithnp.random.default_rngfor better random number generation practices indocs/notebooks.ipynb.matplotlib.lines.Line2Dimport at the beginning of the notebook for better code organization.Configuration File Adjustments:
pyproject.tomlby changinglog_cli_levelto uppercaseINFO.srckey from theruffconfiguration inpyproject.tomlto simplify the setup.Minor Syntax Changes:
.github/workflows/codeql.ymlby using double quotes.This pull request includes various updates across multiple files to improve code consistency, address deprecations, and enhance maintainability. Key changes include updates to workflow configuration, dependency adjustments, and code improvements in documentation and source files.Workflow Configuration Updates:
.github/workflows/codeql.yml: Reformatted theruns-onproperty for better readability and replaced single quotes with double quotes in theschedulecron expression for consistency. [1] [2]Dependency and Configuration Adjustments:
.pre-commit-config.yaml: Updated the Prettier hook to use a different repository (rbubley/mirrors-prettier) and downgraded the version tov3.5.3for compatibility.pyproject.toml: Standardized the logging level to uppercase (INFO) and removed thesrcdirectory from the Ruff linter configuration'ssrcproperty. [1] [2]Documentation Code Improvements:
docs/notebooks.ipynb: Replacednp.random.seedwithnp.random.default_rngfor better random number generation practices and optimized imports by movingLine2Dto the top of the file. [1] [2]Related PRs