Fix pyproject tests to include pyupgrade

This commit is contained in:
Charlie Marsh
2022-11-29 20:11:16 -05:00
parent 808b348c5f
commit ab0df03a05
2 changed files with 13 additions and 0 deletions

View File

@@ -157,6 +157,7 @@ mod tests {
isort: None,
mccabe: None,
pep8_naming: None,
pyupgrade: None,
})
})
);
@@ -196,6 +197,7 @@ line-length = 79
isort: None,
mccabe: None,
pep8_naming: None,
pyupgrade: None,
})
})
);
@@ -235,6 +237,7 @@ exclude = ["foo.py"]
isort: None,
mccabe: None,
pep8_naming: None,
pyupgrade: None,
})
})
);
@@ -274,6 +277,7 @@ select = ["E501"]
isort: None,
mccabe: None,
pep8_naming: None,
pyupgrade: None,
})
})
);
@@ -314,6 +318,7 @@ ignore = ["E501"]
isort: None,
mccabe: None,
pep8_naming: None,
pyupgrade: None,
})
})
);
@@ -434,6 +439,7 @@ other-attribute = 1
]),
staticmethod_decorators: Some(vec!["staticmethod".to_string()]),
}),
pyupgrade: None,
}
);