### Summary The [example code snippet from the docs of A003](https://docs.astral.sh/ruff/rules/builtin-attribute-shadowing/) works with target-version `py312`, but does not work with `py314`. * py312: Works as expected, an error is raised: https://play.ruff.rs/fcae7aa8-4b13-41ed-b8d7-c8e214d9fd32 * py314: Ruff passes with no errors: https://play.ruff.rs/108138f1-a40b-4d3f-9a86-531bfca385b1 ### Version ruff 0.15.6