mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-28 12:55:05 +00:00
Add base-class inheritance detection to flake8-django rules (#9151)
## Summary As elsewhere, this only applies to classes defined within the same file. Closes https://github.com/astral-sh/ruff/issues/9150.
This commit is contained in:
parent
82731b8194
commit
6ecf844214
11 changed files with 189 additions and 199 deletions
|
@ -1,3 +1,4 @@
|
|||
pub mod class;
|
||||
pub mod function_type;
|
||||
pub mod imports;
|
||||
pub mod logging;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue