poetry: bump ruff from 0.3.3 to 0.12.4
Closed
Number: #980
Type: Pull Request
State: Closed
Type: Pull Request
State: Closed
Author:
dependabot[bot]
Association: Contributor
Comments: 4
Association: Contributor
Comments: 4
Created:
July 21, 2025 at 02:01 AM UTC
(11 months ago)
(11 months ago)
Updated:
July 28, 2025 at 02:21 AM UTC
(10 months ago)
(10 months ago)
Closed:
July 28, 2025 at 02:21 AM UTC
(10 months ago)
(10 months ago)
Time to Close:
7 days
Labels:
dependencies python
dependencies python
Description:
Bumps ruff from 0.3.3 to 0.12.4.
Release notes
Sourced from ruff's releases.
0.12.4
Release Notes
Preview features
- [
flake8-type-checking,pyupgrade,ruff] Addfrom __future__ import annotationswhen it would allow new fixes (TC001,TC002,TC003,UP037,RUF013) (#19100)- [
flake8-use-pathlib] Add autofix forPTH109(#19245)- [
pylint] Detect indirectpathlib.Pathusages forunspecified-encoding(PLW1514) (#19304)Bug fixes
- [
flake8-bugbear] FixB017false negatives for keyword exception arguments (#19217)- [
flake8-use-pathlib] Fix false negative on directPath()instantiation (PTH210) (#19388)- [
flake8-django] FixDJ008false positive for abstract models with type-annotatedabstractfield (#19221)- [
isort] FixI002import insertion after docstring with multiple string statements (#19222)- [
isort] Treat form feed as valid whitespace before a semicolon (#19343)- [
pydoclint] FixSyntaxErrorfrom fixes with line continuations (D201,D202) (#19246)- [
refurb]FURB164fix should validate arguments and should usually be marked unsafe (#19136)Rule changes
- [
flake8-use-pathlib] Skip single dots forinvalid-pathlib-with-suffix(PTH210) on versions >= 3.14 (#19331)- [
pep8_naming] Avoid false positives on standard library functions with uppercase names (N802) (#18907)- [
pycodestyle] Handle brace escapes for t-strings in logical lines (#19358)- [
pylint] Extend invalid string character rules to include t-strings (#19355)- [
ruff] Allowstrictkwarg when checking forstarmap-zip(RUF058) in Python 3.14+ (#19333)Documentation
- [
flake8-type-checking] MakeTC010docs example more realistic (#19356)- Make more documentation examples error out-of-the-box (#19288,#19272,#19291,#19296,#19292,#19295,#19297,#19309)
Contributors
... (truncated)
Changelog
Sourced from ruff's changelog.
0.12.4
Preview features
- [
flake8-type-checking,pyupgrade,ruff] Addfrom __future__ import annotationswhen it would allow new fixes (TC001,TC002,TC003,UP037,RUF013) (#19100)- [
flake8-use-pathlib] Add autofix forPTH109(#19245)- [
pylint] Detect indirectpathlib.Pathusages forunspecified-encoding(PLW1514) (#19304)Bug fixes
- [
flake8-bugbear] FixB017false negatives for keyword exception arguments (#19217)- [
flake8-use-pathlib] Fix false negative on directPath()instantiation (PTH210) (#19388)- [
flake8-django] FixDJ008false positive for abstract models with type-annotatedabstractfield (#19221)- [
isort] FixI002import insertion after docstring with multiple string statements (#19222)- [
isort] Treat form feed as valid whitespace before a semicolon (#19343)- [
pydoclint] FixSyntaxErrorfrom fixes with line continuations (D201,D202) (#19246)- [
refurb]FURB164fix should validate arguments and should usually be marked unsafe (#19136)Rule changes
- [
flake8-use-pathlib] Skip single dots forinvalid-pathlib-with-suffix(PTH210) on versions >= 3.14 (#19331)- [
pep8_naming] Avoid false positives on standard library functions with uppercase names (N802) (#18907)- [
pycodestyle] Handle brace escapes for t-strings in logical lines (#19358)- [
pylint] Extend invalid string character rules to include t-strings (#19355)- [
ruff] Allowstrictkwarg when checking forstarmap-zip(RUF058) in Python 3.14+ (#19333)Documentation
- [
flake8-type-checking] MakeTC010docs example more realistic (#19356)- Make more documentation examples error out-of-the-box (#19288,#19272,#19291,#19296,#19292,#19295,#19297,#19309)
0.12.3
Preview features
- [
flake8-bugbear] Support non-context-manager calls inB017(#19063)- [
flake8-use-pathlib] Add autofixes forPTH100,PTH106,PTH107,PTH108,PTH110,PTH111,PTH112,PTH113,PTH114,PTH115,PTH117,PTH119,PTH120(#19213)- [
flake8-use-pathlib] Add autofixes forPTH203,PTH204,PTH205(#18922)Bug fixes
- [
flake8-return] Fix false-positive for variables used inside nested functions inRET504(#18433)- Treat form feed as valid whitespace before a line continuation (#19220)
- [
flake8-type-checking] Fix syntax error introduced by fix (TC008) (#19150)- [
pyupgrade] Keyword arguments insupershould suppress theUP008fix (#19131)Documentation
... (truncated)
Commits
ee2759bBump 0.12.4 (#19406)35f33d9[ty] publish settings diagnostics (#19335)5d78b31[flake8-use-pathlib] Add autofix forPTH109(#19245)c2a05b4[ty] Usebitflagsfor resolved client capabilities (#19393)fae0b5c[ty] Initial implementation of declaration and definition providers. (#19371)cbe94b0[ty] Support empty function bodies inif TYPE_CHECKINGblocks (#19372)029de78[flake8-use-pathlib] Fix false negative on directPath()instantiation (`...ff94fe7Treat form feed as valid whitespace before a semicolon (#19343)b2501b4[pylint] Detect indirectpathlib.Pathusages forunspecified-encoding(...291699b[refurb]FURB164fix should validate arguments and should usually be mark...- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
Commits:
1
1
Files Changed:
2
2
Additions:
+21
+21
Deletions:
-20
-20
Package Dependencies
Technical Details
| ID: | 3849966 |
| UUID: | 2680397387 |
| Node ID: | PR_kwDOHvKt1c6fw55L |
| Host: | GitHub |
| Repository: | NHSDigital/NRLF |
| Merge State: | Unknown |