-
Notifications
You must be signed in to change notification settings - Fork 6
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
Fix various code style issues #165
Merged
Merged
Commits on Jul 29, 2024
-
Most importantly, don't use module names that are the same as the contained class names, as this can lead to errors where the import order matters, as classes are confused with their modules. (For example, this was the case if you sorted imports of hcs/imagexpress/__init__.py before this commit.) We now collect several classes into single (sub-)modules. Usages of `xml`/`lxml` where replaced by alternatives from `defusedxml`. This commit also fixes various other errors reported by `hatch fmt` (i.e. ruff).
Configuration menu - View commit details
-
Copy full SHA for df72644 - Browse repository at this point
Copy the full SHA df72644View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8ade9e - Browse repository at this point
Copy the full SHA a8ade9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ca845b - Browse repository at this point
Copy the full SHA 6ca845bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f3c4529 - Browse repository at this point
Copy the full SHA f3c4529View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0de5360 - Browse repository at this point
Copy the full SHA 0de5360View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17f87d4 - Browse repository at this point
Copy the full SHA 17f87d4View commit details -
Achieved by: toml-sort --trailing-comma-inline-array -o pyproject.toml .\pyproject.toml (also sort dependencies)
Configuration menu - View commit details
-
Copy full SHA for 1016841 - Browse repository at this point
Copy the full SHA 1016841View commit details
Commits on Jul 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2e089f6 - Browse repository at this point
Copy the full SHA 2e089f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d008b11 - Browse repository at this point
Copy the full SHA d008b11View commit details
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.