ruff/crates/ruff
Justin Prieto f012ed2d77
Add autofix for B004 (#5788)
## Summary

Adds autofix for `hasattr` case of B004. I don't think it's safe (or
simple) to implement it for the `getattr` case because, inter alia,
calling `getattr` may have side effects.

Fixes #3545

## Test Plan

Existing tests were sufficient. Updated snapshots
2023-07-16 01:32:21 +00:00
..
resources/test Expand scope of quoted-annotation rule (#5766) 2023-07-15 15:37:34 -04:00
src Add autofix for B004 (#5788) 2023-07-16 01:32:21 +00:00
Cargo.toml Avoid checking EXE001 and EXE002 on WSL (#5735) 2023-07-13 07:36:07 -04:00