Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 4, 2025

This PR contains the following updates:

Package Type Update Change Age Confidence
astral-sh/ruff-pre-commit repository minor v0.13.2 -> v0.14.0 age confidence
ruff (source, changelog) minor 0.13.2 -> 0.14.0 age confidence

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.


Release Notes

astral-sh/ruff-pre-commit (astral-sh/ruff-pre-commit)

v0.14.0

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.14.0

v0.13.3

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.13.3

astral-sh/ruff (ruff)

v0.14.0

Compare Source

Released on 2025-10-07.

Breaking changes
  • Update default and latest Python versions for 3.14 (#​20725)
Preview features
  • [flake8-bugbear] Include certain guaranteed-mutable expressions: tuples, generators, and assignment expressions (B006) (#​20024)
  • [refurb] Add fixes for FURB101 and FURB103 (#​20520)
  • [ruff] Extend FA102 with listed PEP 585-compatible APIs (#​20659)
Bug fixes
  • [flake8-annotations] Fix return type annotations to handle shadowed builtin symbols (ANN201, ANN202, ANN204, ANN205, ANN206) (#​20612)
  • [flynt] Fix f-string quoting for mixed quote joiners (FLY002) (#​20662)
  • [isort] Fix inserting required imports before future imports (I002) (#​20676)
  • [ruff] Handle argfile expansion errors gracefully (#​20691)
  • [ruff] Skip RUF051 if else/elif block is present (#​20705)
  • [ruff] Improve handling of intermixed comments inside from-imports (#​20561)
Documentation
  • [flake8-comprehensions] Clarify fix safety documentation (C413) (#​20640)
Contributors

v0.13.3

Compare Source

Released on 2025-10-02.

Preview features
  • Display diffs for ruff format --check and add support for different output formats (#​20443)
  • [pyflakes] Handle some common submodule import situations for unused-import (F401) (#​20200)
  • [ruff] Do not flag %r + repr() combinations (RUF065) (#​20600)
Bug fixes
  • [cli] Add conflict between --add-noqa and --diff options (#​20642)
  • [pylint] Exempt required imports from PLR0402 (#​20381)
  • [pylint] Fix missing max-nested-blocks in settings display (#​20574)
  • [pyupgrade] Prevent infinite loop with I002 and UP026 (#​20634)
Rule changes
  • [flake8-simplify] Improve help message clarity (SIM105) (#​20548)
Documentation
  • Add the The Basics title back to CONTRIBUTING.md (#​20624)
  • Fixed documentation for try_consider_else (#​20587)
  • [isort] Clarify dependency between order-by-type and case-sensitive settings (#​20559)
  • [pylint] Clarify fix safety to include left-hand hashability (PLR6201) (#​20518)
Other changes
  • [playground] Fix quick fixes for empty ranges in playground (#​20599)
Contributors

Configuration

📅 Schedule: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions github-actions bot added the CI Continuous integration label Oct 4, 2025
@renovate renovate bot force-pushed the renovate/ruff branch 17 times, most recently from 88bfaa1 to e5f31a0 Compare October 7, 2025 01:45
@github-actions github-actions bot added GUI wxGUI related Python Related code is in Python libraries labels Oct 7, 2025
@echoix echoix requested a review from petrasovaa October 7, 2025 02:05
@echoix
Copy link
Member

echoix commented Oct 7, 2025

@wenzeslaus (concerning one single file): If you read through the really well detailed PR/PR description of astral-sh/ruff#20200 and understanding how python really uses the imports, plus the last example at the end of https://docs.astral.sh/ruff/rules/unused-import/ (F401), and even https://docs.python.org/3/library/importlib.html#checking-if-a-module-can-be-imported + https://docs.python.org/3/library/importlib.html#importlib.util.find_spec, do you end up with the same conclusion and fix for the python/grass/temporal/core.py file?

@petrasovaa Can you double-check the 4 gui related files, to make sure I didn't skip anything that really would have needed some members made available by the imports? I tried searching for multiple ones when looking at the implementation files of wxPython+class docs. You could skim through the issue I talked above, but it is less of the case for these 4 files.

Copy link
Contributor

@petrasovaa petrasovaa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The ones in gui are fine. It would be good to remove the comment in wxgui.py. I couldn't reproduce the debug message, so maybe it's gone by now. In any case it's not harmful.

echoix
echoix previously approved these changes Oct 12, 2025
@renovate renovate bot changed the title CI(deps): Update ruff to v0.13.3 CI(deps): Update ruff to v0.14.0 Oct 12, 2025
@echoix
Copy link
Member

echoix commented Oct 12, 2025

The ones in gui are fine. It would be good to remove the comment in wxgui.py. I couldn't reproduce the debug message, so maybe it's gone by now. In any case it's not harmful.

I forgot that the PR was modified by me before updating the PR again. I'll see what you mean by the debug message, and re-cherry-pick the commits. Once I'll be on the computer

Copy link
Contributor Author

renovate bot commented Oct 13, 2025

Edited/Blocked Notification

Renovate 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.

Copy link
Member

@echoix echoix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As it was reviewed before, and was fine, going forward and merging once CI passes

@echoix echoix enabled auto-merge (squash) October 13, 2025 19:55
@echoix echoix merged commit 9278c30 into main Oct 13, 2025
36 checks passed
@github-actions github-actions bot added this to the 8.5.0 milestone Oct 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI Continuous integration GUI wxGUI related libraries Python Related code is in Python

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants