ruff/crates/ruff_linter
Krishnan Chandra be4ce16735
[ruff] Skip SQLModel base classes for mutable-class-default (RUF012) (#14949)
## Summary

Closes https://github.com/astral-sh/ruff/issues/14892, by adding
`sqlmodel.SQLModel` to the list of classes with default copy semantics.

## Test Plan

Added a test into `RUF012.py` containing the example from the original
issue.
2024-12-12 22:19:21 -06:00
..
resources [ruff] Skip SQLModel base classes for mutable-class-default (RUF012) (#14949) 2024-12-12 22:19:21 -06:00
src [ruff] Skip SQLModel base classes for mutable-class-default (RUF012) (#14949) 2024-12-12 22:19:21 -06:00
Cargo.toml Bump version to 0.8.3 (#14937) 2024-12-12 14:13:06 +00:00