upgrade pyflakes to 2.5.x

This commit is contained in:
Anthony Sottile 2022-07-30 13:35:02 -04:00
parent e406f30e23
commit b9e0c6eb50
4 changed files with 2 additions and 9 deletions

View file

@ -49,14 +49,12 @@ FLAKE8_PYFLAKES_CODES = {
"ContinueOutsideLoop": "F702",
"ContinueInFinally": "F703",
"YieldOutsideFunction": "F704",
"ReturnWithArgsInsideGenerator": "F705",
"ReturnOutsideFunction": "F706",
"DefaultExceptNotLast": "F707",
"DoctestSyntaxError": "F721",
"ForwardAnnotationSyntaxError": "F722",
"CommentAnnotationSyntaxError": "F723",
"RedefinedWhileUnused": "F811",
"RedefinedInListComp": "F812",
"UndefinedName": "F821",
"UndefinedExport": "F822",
"UndefinedLocal": "F823",