mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-01 06:11:43 +00:00
Infer Flake8 plugins from .flake8 config (#573)
This commit is contained in:
parent
cc915371ca
commit
83dfb5fe8b
7 changed files with 565 additions and 47 deletions
|
@ -31,6 +31,8 @@ fn main() {
|
|||
.derive("Debug")
|
||||
.derive("PartialEq")
|
||||
.derive("Eq")
|
||||
.derive("PartialOrd")
|
||||
.derive("Ord")
|
||||
.derive("Clone")
|
||||
.derive("Serialize")
|
||||
.derive("Deserialize");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue