ruff/crates/ruff_linter
Dhruv Manilawala f9a828f493
Move `Q003` to AST checker (#10923)
## Summary

This PR moves the `Q003` rule to AST checker.

This is the final rule that used the docstring detection state machine
and thus this PR removes it as well.

resolves: #7595 
resolves: #7808 

## Test Plan

- [x] `cargo test`
- [x] Make sure there are no changes in the ecosystem
2024-04-14 23:44:12 +05:30
..
resources [`pylint`] Support inverted comparisons (`PLR1730`) (#10920) 2024-04-13 22:57:20 +00:00
src Move `Q003` to AST checker (#10923) 2024-04-14 23:44:12 +05:30
Cargo.toml Bump version to v0.3.7 (#10895) 2024-04-12 03:39:45 +00:00
__init__.py [`pylint`] (Re-)Implement `import-private-name` (`C2701`) (#9553) 2024-01-16 14:03:11 -05:00