mirror of
https://github.com/astral-sh/ruff
synced 2026-01-21 13:30:49 -05:00
Infer Flake8 plugins from .flake8 config (#573)
This commit is contained in:
@@ -31,6 +31,8 @@ fn main() {
|
||||
.derive("Debug")
|
||||
.derive("PartialEq")
|
||||
.derive("Eq")
|
||||
.derive("PartialOrd")
|
||||
.derive("Ord")
|
||||
.derive("Clone")
|
||||
.derive("Serialize")
|
||||
.derive("Deserialize");
|
||||
|
||||
Reference in New Issue
Block a user