mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-06 21:43:59 +08:00
[pyflakes] Update to 3.3.2 (#13756)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
version = "3.3.*"
|
||||
version = "~=3.3.2"
|
||||
upstream_repository = "https://github.com/PyCQA/pyflakes"
|
||||
partial_stub = true
|
||||
|
||||
|
||||
@@ -104,7 +104,8 @@ class ExportBinding(Binding):
|
||||
class Scope(dict[str, Binding]):
|
||||
importStarred: bool
|
||||
|
||||
class ClassScope(Scope): ...
|
||||
class ClassScope(Scope):
|
||||
def __init__(self) -> None: ...
|
||||
|
||||
class FunctionScope(Scope):
|
||||
usesLocals: bool
|
||||
|
||||
Reference in New Issue
Block a user