-
Notifications
You must be signed in to change notification settings - Fork 36
fix: resolve ruff linting issues and add CI workflow #133
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
pollytur
merged 28 commits into
sensorium-competition:main
from
binary69:fix/ruff-clean
Mar 19, 2026
Merged
Changes from 4 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
827d9fc
fix: resolve ruff linting issues and add CI workflow
binary69 ebca0d2
style: auto-format with black and isort
invalid-email-address 38ad1aa
ci: pin ruff to v0.15.6 and avoid duplicate CI runs
binary69 0bd7793
ci: exclude examples folder from ruff check
binary69 819f870
removed unwanted addition, made the workflow to be consistent with ot…
binary69 6f17377
style: auto-format with black and isort
invalid-email-address f03639f
removed blank line
binary69 73b326f
chore: remove blank line in datasets
binary69 ae78a7a
style: auto-format with black and isort
invalid-email-address 80225e7
config: add ruff to dev deps, configure pyproject.toml, update ruff.yml
binary69 da7d491
fix: resolve ruff linting issues in examples
binary69 804db95
fix: apply ruff auto-fixes to experanto source files
binary69 0ed7a9d
Merge remote-tracking branch 'upstream/main' into fix/ruff-clean
binary69 8d362d8
fix: resolve ruff linting issues in dandi example notebook
binary69 ab631d2
fix: remove omegaconf from autodoc mock imports to fix docs build
binary69 d0b180c
fix: resolve remaining ruff linting issues in experanto and tests
binary69 ebe6f1c
style: auto-format with black and isort
invalid-email-address a03055d
fix: convert dict() calls to literals in tests, remove C408 per-file-…
binary69 0478a67
remove outdated sensorium example notebooks
binary69 dc57be5
Update experanto/dataloaders.py
binary69 4ab079b
Update experanto/dataloaders.py
binary69 deae36d
Update experanto/datasets.py
binary69 9e20681
Update experanto/interpolators.py
binary69 2e07f4e
Update experanto/utils.py
binary69 1620add
Update experanto/utils.py
binary69 ad46d7e
Update experanto/utils.py
binary69 3016ee3
Update experanto/utils.py
binary69 b942fbe
update experanto/utils.py
binary69 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| name: Ruff | ||
|
|
||
| on: [push, pull_request] | ||
|
|
||
| jobs: | ||
| ruff: | ||
| if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork == true) | ||
|
binary69 marked this conversation as resolved.
Outdated
|
||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@v4 | ||
| - uses: astral-sh/ruff-action@v3 | ||
| with: | ||
| version: "0.15.6" | ||
| args: "check --exclude examples/" | ||
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
|
binary69 marked this conversation as resolved.
Outdated
|
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
|
reneburghardt marked this conversation as resolved.
|
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.
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.