mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-04 20:26:53 +00:00
upgrade pyflakes to 2.5.x
This commit is contained in:
parent
e406f30e23
commit
b9e0c6eb50
4 changed files with 2 additions and 9 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue