-
Notifications
You must be signed in to change notification settings - Fork 7
Feat/ruff fix fmt #120
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
Feat/ruff fix fmt #120
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
ee9a8ea
ruff fmt + check
mikemhenry 74cdcb3
setup ruff to use pyupgrade
mikemhenry 2c1ee89
turn on pyupgrade
mikemhenry 1208870
pyupgrade --py311-plus
mikemhenry f0744eb
Format pyproject.toml
mikemhenry 8b45cf1
more ruff fixes
mikemhenry dfae282
imoport fixes
mikemhenry 34e35f6
more linting rules
mikemhenry 8e497ce
furby the codebase
mikemhenry 1eff717
fix import in notebooks
mikemhenry b8dfbc9
skip unused import on bit of code it can't see is actually used
mikemhenry 0acd60b
remove commented out code
mikemhenry 2993bb9
add YTT
mikemhenry 8733e49
fix syntax error in pyproject.toml
mikemhenry d807ef9
fix formatting and explain what is going on with the linters
mikemhenry 8d58626
add missing return types
mikemhenry dadbc8d
add missing return types
mikemhenry 580bb5b
format pyproject.toml and add security linter
mikemhenry 93fa908
added noqa, still need to fix https://github.com/OpenFreeEnergy/karto…
mikemhenry b69778a
make explcit where our src is
mikemhenry 6a60c0f
force imports to be on one line (need to fix group)
mikemhenry 461e5ca
this is closer now to what we want
mikemhenry 31d0dd4
ruff fmt
mikemhenry f39c2ef
format imports
mikemhenry 25bae5f
testing isort
mikemhenry ddd5e19
atom_mapping_scorer is now mapping_metrics
mikemhenry 9e9f7e1
pin openfe_benchmarks to hash since the package has changed a TON, se…
mikemhenry 8374b04
bump, is passing locally
mikemhenry 13f0c7d
need to catch ImportError as well
mikemhenry 6b4927e
each import on a new line tokeep diffs small and clean
mikemhenry 4270415
reformat imports
mikemhenry 86104ec
install openfe_benchmarks directly in env, installing from notebook s…
mikemhenry d056379
need to install openfe for testing
mikemhenry 1c94027
bump, is passing locally
mikemhenry 5831bdf
make sure we install a newer version of openfe than 0.1
mikemhenry c0150ed
remove old cruft
mikemhenry ae2e68a
pyproject-fmt
mikemhenry 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
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.
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.
excited about many of these - I'll add some to konnektor and gufe!