Merged
Conversation
Contributor
PR Check ResultsEcosystem✅ ecosystem check detected no changes. BenchmarkLinuxWindows |
konstin
approved these changes
Aug 9, 2023
durumu
pushed a commit
to durumu/ruff
that referenced
this pull request
Aug 12, 2023
## What's Changed This release fixes a few bugs, notably the previous release announced a breaking change where the default target Python version changed from 3.10 to 3.8 but it was not applied. Thanks to @rco-ableton for fixing this in astral-sh#6444 ### Bug Fixes * Do not trigger `S108` if path is inside `tempfile.*` call by @dhruvmanila in astral-sh#6416 * Do not allow on zero tab width by @tjkuson in astral-sh#6429 * Fix false-positive in submodule resolution by @charliermarsh in astral-sh#6435 ## New Contributors * @rco-ableton made their first contribution in astral-sh#6444 **Full Changelog**: astral-sh/ruff@v0.0.283...v0.0.284
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What's Changed
This release fixes a few bugs, notably the previous release announced a breaking change where the default target
Python version changed from 3.10 to 3.8 but it was not applied. Thanks to @rco-ableton for fixing this in
#6444
Bug Fixes
S108if path is insidetempfile.*call by @dhruvmanila in AvoidS108if path is insidetempfile.*call #6416New Contributors
Full Changelog: v0.0.283...v0.0.284