-
Notifications
You must be signed in to change notification settings - Fork 408
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
Use ruff #1994
Merged
Merged
Use ruff #1994
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
1178d77
Update config files
adamjstewart e3256e0
Fix deviations
adamjstewart da80104
Update requirements files
adamjstewart 4730e0c
Update CI
adamjstewart 4262342
Update devcontainer
adamjstewart d397f2a
Update pre-commit
adamjstewart b529a16
Check Jupyter notebooks too
adamjstewart 57db8c9
Better safe than sorry
adamjstewart 92848ed
Update docs
adamjstewart 6be2348
Undo removal of mypy
adamjstewart 479725a
Test a bug
adamjstewart b104d32
Also format
adamjstewart 9cc5051
pre-commit: fix indentation
adamjstewart bcbd3fa
Test a bug
adamjstewart 372d06e
Fix the bug
adamjstewart 4737c84
Run format too
adamjstewart f82d06f
Fix typo
adamjstewart 717d39f
mypy requires pytest
adamjstewart 3b48fd6
Fix docs link
adamjstewart 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
Update requirements files
- Loading branch information
commit da8010471d811d214747638466b329167360106e
There are no files selected for viewing
This file contains 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 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 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,6 +1,2 @@ | ||
# style | ||
black[jupyter]==24.3.0 | ||
flake8==7.0.0 | ||
isort[colors]==5.13.2 | ||
pydocstyle[toml]==6.3.0 | ||
pyupgrade==3.15.2 | ||
ruff==0.3.7 |
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.
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.
We don't actually run any docs/style tests with the min version, no need to install those deps.