Conversation
Codecov Report
@@ Coverage Diff @@
## main #1015 +/- ##
=======================================
Coverage 57.95% 57.95%
=======================================
Files 4 4
Lines 597 597
Branches 132 132
=======================================
Hits 346 346
Misses 230 230
Partials 21 21
|
2c23c0e to
6f79323
Compare
6f79323 to
c32bef5
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
|
Kudos, SonarCloud Quality Gate passed! |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.








This PR contains the following updates:
0.0.265->0.0.269Release Notes
charliermarsh/ruff
v0.0.269Compare Source
What's Changed
(This is a rerelease of
v0.0.268, which didn't make it to PyPI due to user error. As such, the release notes are copied below.)pycodestyleThis release includes optimized implementations of a large portion of
pycodestyle, for those that use Ruff without an autoformatter.In this initial release, the rules are being introduced under a "nursery" flag, which requires that users explicitly select them (e.g.,
select = ["E111"]); in other words, these rules are not yet enabled viaselect = ["E"].If you're interested in testing the
pycodestylerules, you can enable them via:These rules will be included as part of the
Ecategory in a future release.Breaking Changes
pyupgrade] Removekeep-runtime-typingsetting by @charliermarsh in https://github.com/charliermarsh/ruff/pull/4427Rules
pylint] Addduplicate-basesrule by @alonme in https://github.com/charliermarsh/ruff/pull/4411pylint] FixPLW3301auto-fix with generators by @JonathanPlasse in https://github.com/charliermarsh/ruff/pull/4412flake8-async] Implement flake8-async plugin by @qdegraaf in https://github.com/charliermarsh/ruff/pull/4432pyupgrade] Enable automatic rewrites oftyping.Dequeandtyping.DefaultDictby @charliermarsh in https://github.com/charliermarsh/ruff/pull/4420flake8-pyi] Implementunannotated-assignment-in-stub(PY052) by @sladyn98 in https://github.com/charliermarsh/ruff/pull/4293tryceratops] Implement TRY302 -raiseafterexceptby @john-h-k in https://github.com/charliermarsh/ruff/pull/4461flake8-bandit] Improve SQL injection detection logic (S608) by @scop in https://github.com/charliermarsh/ruff/pull/4499flake8-todos] Implementflake8_todosby @evanrittenhouse in https://github.com/charliermarsh/ruff/pull/3921flake8-future-annotations] Implementflake8-future-annotationsFA100 by @TylerYep in https://github.com/charliermarsh/ruff/pull/3979pycodestylerules by @charliermarsh in https://github.com/charliermarsh/ruff/pull/3689pycodestylerules under new "nursery" category by @charliermarsh in https://github.com/charliermarsh/ruff/pull/4407Settings
Bug Fixes
RUF010autofix within f-strings by @JonathanPlasse in https://github.com/charliermarsh/ruff/pull/4423pd#atand friends on non-subscripts by @charliermarsh in https://github.com/charliermarsh/ruff/pull/4474New Contributors
Full Changelog: astral-sh/ruff@v0.0.267...v0.0.269
v0.0.267Compare Source
Summary
Follow-up release to v0.0.266 to fix an issue with
python -m ruff- andimport ruff-based workflows.(No new rules or functionality.)
What's Changed
Rules
RUF010to detect explicit type conversions within f-strings by @LotemAm in https://github.com/charliermarsh/ruff/pull/4387Other Changes
New Contributors
Full Changelog: astral-sh/ruff@v0.0.266...v0.0.267
v0.0.266Compare Source
What's Changed
Breaking Changes
update-checksetting by @charliermarsh in https://github.com/charliermarsh/ruff/pull/4313Rules
pygrep-hooks] Implement pygrep-hook's Mock-mistake diagnostic by @charliermarsh in https://github.com/charliermarsh/ruff/pull/4366pylint] Implementnested-min-max(W3301) by @mccullocht in https://github.com/charliermarsh/ruff/pull/4200flynt] Implement Flynt static string join transform as FLY002 by @akx in https://github.com/charliermarsh/ruff/pull/4196pylint] Include positional- and keyword-only arguments in too-many-arguments by @charliermarsh in https://github.com/charliermarsh/ruff/pull/4329ruff] Update confusable character mapping by @akx in https://github.com/charliermarsh/ruff/pull/4274Settings
Bug Fixes
PD002in a lambda expression by @dhruvmanila in https://github.com/charliermarsh/ruff/pull/4286D403if first char cannot be uppercased by @dhruvmanila in https://github.com/charliermarsh/ruff/pull/4283not not aasbool(a)in boolean contexts by @charliermarsh in https://github.com/charliermarsh/ruff/pull/4294TRY301exceptions without except handlers by @charliermarsh in https://github.com/charliermarsh/ruff/pull/4301ListCompbrackets inC419by @dhruvmanila in https://github.com/charliermarsh/ruff/pull/4099__all__imports when determining definition visibility by @charliermarsh in https://github.com/charliermarsh/ruff/pull/4357flake8-boolean-trapby @charliermarsh in https://github.com/charliermarsh/ruff/pull/4385.encodecalls on parenthesized expressions by @charliermarsh in https://github.com/charliermarsh/ruff/pull/4338SyntaxErrors before newline character by @MichaReiser in https://github.com/charliermarsh/ruff/pull/4124New Contributors
Full Changelog: astral-sh/ruff@v0.0.265...v0.0.266
Configuration
📅 Schedule: Branch creation - "before 2am" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.