-
-
Notifications
You must be signed in to change notification settings - Fork 505
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
Release 2.0.7 #726
Merged
Release 2.0.7 #726
Commits on Nov 20, 2023
-
Fixes #708 glob.glob has many possible arguments but the current wrapping solution doesn't cover all them. This change directly passes all args (positional and kw) as-is to the wrapped function.
Configuration menu - View commit details
-
Copy full SHA for 2e60b90 - Browse repository at this point
Copy the full SHA 2e60b90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48e7ad8 - Browse repository at this point
Copy the full SHA 48e7ad8View commit details
Commits on Jan 4, 2024
-
Add _return_cmd attr since normal commands now return strings. Closes #717
Configuration menu - View commit details
-
Copy full SHA for 4b980af - Browse repository at this point
Copy the full SHA 4b980afView commit details
Commits on Mar 13, 2024
-
Despite what is mentioned in pyproject.toml that `sh` supports only python 3.8.x `sh` code still uses older syntax. Pass all code over `pyupgrade --py38`. Signed-off-by: Tomasz Kłoczko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 28a9762 - Browse repository at this point
Copy the full SHA 28a9762View commit details -
Configuration menu - View commit details
-
Copy full SHA for d667176 - Browse repository at this point
Copy the full SHA d667176View commit details -
Merge pull request #718 from kloczek/develop
Modernize code to Python >= 3.8
Configuration menu - View commit details
-
Copy full SHA for fe90d98 - Browse repository at this point
Copy the full SHA fe90d98View commit details
Commits on May 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 39157b5 - Browse repository at this point
Copy the full SHA 39157b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2025cc2 - Browse repository at this point
Copy the full SHA 2025cc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a451ef8 - Browse repository at this point
Copy the full SHA a451ef8View 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.