[pep8-naming] Eliminate false positives for single-letter names (N811, N814) (#14584)
[pyflakes] Avoid false positives in @no_type_check contexts (F821, F722) (#14615)
[ruff] Detect redirected-noqa in file-level comments (RUF101) (#14635)
[ruff] Mark fixes for unsorted-dunder-all and unsorted-dunder-slots as unsafe when there are complex comments in the sequence (RUF022, RUF023) (#14560)
Bug fixes
Avoid fixing code to None | None for redundant-none-literal (PYI061) and never-union (RUF020) (#14583, #14589)
[flake8-bugbear] Fix mutable-contextvar-default to resolve annotated function calls properly (B039) (#14532)
[flake8-pyi, ruff] Fix traversal of nested literals and unions (PYI016, PYI051, PYI055, PYI062, RUF041) (#14641)
[flake8-pyi] Avoid rewriting invalid type expressions in unnecessary-type-union (PYI055) (#14660)
[flake8-type-checking] Avoid syntax errors and type checking problem for quoted annotations autofix (TC003, TC006) (#14634)
[pylint] Do not wrap function calls in parentheses in the fix for unnecessary-dunder-call (PLC2801) (#14601)
[pep8-naming] Eliminate false positives for single-letter names (N811, N814) (#14584)
[pyflakes] Avoid false positives in @no_type_check contexts (F821, F722) (#14615)
[ruff] Detect redirected-noqa in file-level comments (RUF101) (#14635)
[ruff] Mark fixes for unsorted-dunder-all and unsorted-dunder-slots as unsafe when there are complex comments in the sequence (RUF022, RUF023) (#14560)
Bug fixes
Avoid fixing code to None | None for redundant-none-literal (PYI061) and never-union (RUF020) (#14583, #14589)
[flake8-bugbear] Fix mutable-contextvar-default to resolve annotated function calls properly (B039) (#14532)
[flake8-pyi, ruff] Fix traversal of nested literals and unions (PYI016, PYI051, PYI055, PYI062, RUF041) (#14641)
[flake8-pyi] Avoid rewriting invalid type expressions in unnecessary-type-union (PYI055) (#14660)
[flake8-type-checking] Avoid syntax errors and type checking problem for quoted annotations autofix (TC003, TC006) (#14634)
[pylint] Do not wrap function calls in parentheses in the fix for unnecessary-dunder-call (PLC2801) (#14601)
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 rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps ruff from 0.8.0 to 0.8.1.
Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
Commits
b3b2c98
Update CHANGELOG.md with the new commits for 0.8.1 (#14664)abb3c6e
[flake8-pyi
] Avoid rewriting invalid type expressions in `unnecessary-type-...224fe75
[ruff
] Implementunnecessary-regular-expression
(RUF055
) (#14659)dc29f52
[flake8-pyi
,ruff
] Fix traversal of nested literals and unions (PYI016
,...d9cbf2f
Avoids unnecessary overhead forTC004
, whenTC001-003
are disabled (#14657)3f6c65e
[red-knot] Fix merged type after if-else without explicit else branch (#14621)976c37a
Bump version to 0.8.1 (#14655)a378ff3
[red-knot] Fix Boolean flags in mdtests (#14654)d8bca0d
Fix bug where methods defined using lambdas were flagged by FURB118 (#14639)6f1cf5b
[red-knot] Minor fix in MRO tests (#14652)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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show