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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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");