ruff/crates/ruff
Charlie Marsh 62e2c46f98
Move `compare-to-empty-string` to nursery (#5264)
## Summary

This rule has too many false positives. It has parity with the Pylint
version, but the Pylint version is part of an
[extension](https://pylint.readthedocs.io/en/stable/user_guide/messages/convention/compare-to-empty-string.html),
and so requires explicit opt-in.

I'm moving this rule to the nursery to require explicit opt-in, as with
Pylint.

Closes #4282.
2023-06-21 19:47:02 +00:00
..
resources/test Add support for nested quoted annotations in RUF013 (#5254) 2023-06-21 17:25:27 +00:00
src Move `compare-to-empty-string` to nursery (#5264) 2023-06-21 19:47:02 +00:00
Cargo.toml Bump version to 0.0.274 (#5230) 2023-06-20 22:12:32 -04:00