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
This commit is contained in:
Dhruv Manilawala 2024-04-14 23:44:12 +05:30 committed by GitHub
parent 812b0976a9
commit f9a828f493
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 307 additions and 319 deletions

View file

@ -24,7 +24,6 @@ mod docstrings;
mod fix;
pub mod fs;
mod importer;
mod lex;
pub mod line_width;
pub mod linter;
pub mod logging;