-
Notifications
You must be signed in to change notification settings - Fork 1
Setup CI #8
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
Merged
Merged
Setup CI #8
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
f6c4f8d
Added python 3.13 to matrix testing
Ritunjai-Sharma 3429a7a
Removed python 3.12 and 3.13 from matrix testing
Ritunjai-Sharma d8a71e5
Added python 3.12 back to matrix testing and updated to v4 for upload…
Ritunjai-Sharma 8e4a67f
Fixed coverage artifact name conflict in CI workflow
Ritunjai-Sharma af9f108
Updated python-package.yml and associated files to match tubular setu…
Ritunjai-Sharma d966685
Using codespell to fix spelling mistakes in the repo
Ritunjai-Sharma 91e74bb
Added codespell to env
Ritunjai-Sharma 3aac45e
Added typos to env
Ritunjai-Sharma 88caad3
Removing python 3.10 from matrix testing since pytests for python 3.1…
Ritunjai-Sharma 3eb821c
Added python 3.10 back to matrix testing to see if it fixes the issue
Ritunjai-Sharma b2fd24a
Removing python 3.10 from matrix testing for now as build still failing
Ritunjai-Sharma 842445e
Attempting to debug failing python 3.10 tests
Ritunjai-Sharma cf7ea99
Removed some references of tubular
Ritunjai-Sharma 81200cb
Updated changelog
Ritunjai-Sharma f0d95bb
Made changelog cleaner
Ritunjai-Sharma 3e46649
Added uv and ruff into the devcontainer, updated python version in de…
Ritunjai-Sharma File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,12 +1,31 @@ | ||
| repos: | ||
| - repo: https://github.com/ambv/black | ||
| rev: 22.3.0 | ||
| hooks: | ||
| - id: black | ||
| language_version: python3 | ||
|
|
||
| - repo: https://github.com/pycqa/bandit | ||
| rev: 1.7.4 | ||
| hooks: | ||
| - id: bandit | ||
|
|
||
| repos: | ||
| - repo: https://github.com/astral-sh/ruff-pre-commit | ||
| # Ruff version. | ||
| rev: v0.14.0 | ||
| hooks: | ||
| # Run the linter. | ||
| - id: ruff | ||
| args: [ --fix, --exit-non-zero-on-fix ] | ||
| # Run the formatter. | ||
| - id: ruff-format | ||
| - repo: https://github.com/MarcoGorelli/auto-walrus | ||
| rev: 0.3.4 | ||
| hooks: | ||
| - id: auto-walrus | ||
| - repo: https://github.com/codespell-project/codespell | ||
| rev: 'v2.4.1' | ||
| hooks: | ||
| - id: codespell | ||
| additional_dependencies: | ||
| - tomli | ||
| - repo: https://github.com/crate-ci/typos | ||
| rev: 'v1.39.0' | ||
| hooks: | ||
| - id: typos | ||
| - repo: https://github.com/adamchainz/blacken-docs | ||
| rev: "1.20.0" | ||
| hooks: | ||
| - id: blacken-docs | ||
| args: [--skip-errors] | ||
| additional_dependencies: | ||
| - black==22.12.0 |
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.