ruff
4cfa3555
- [`ruff`] Exempt `NewType` calls where the original type is immutable (`RUF009`) (#15588)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Hide Minimap (CTRL+M)
Commit
164 days ago
[`ruff`] Exempt `NewType` calls where the original type is immutable (`RUF009`) (#15588) ## Summary Resolves #6447. ## Test Plan `cargo nextest run` and `cargo insta test`.
References
#15588 - [`ruff`] Exempt `NewType` calls where the original type is immutable (`RUF009`)
Author
InSyncWithFoo
Parents
134fefa9
Files
3
crates/ruff_linter
resources/test/fixtures/ruff
RUF009.py
src/rules/ruff
rules
function_call_in_dataclass_default.rs
snapshots
ruff_linter__rules__ruff__tests__RUF009_RUF009.py.snap
Loading