Infer Flake8 plugins from .flake8 config (#573)

This commit is contained in:
Charlie Marsh
2022-11-03 22:05:46 -04:00
committed by GitHub
parent cc915371ca
commit 83dfb5fe8b
7 changed files with 565 additions and 47 deletions

View File

@@ -31,6 +31,8 @@ fn main() {
.derive("Debug")
.derive("PartialEq")
.derive("Eq")
.derive("PartialOrd")
.derive("Ord")
.derive("Clone")
.derive("Serialize")
.derive("Deserialize");