We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfd0321 commit 538bbadCopy full SHA for 538bbad
stubs/pyflakes/METADATA.toml
@@ -1,4 +1,4 @@
1
-version = "3.3.*"
+version = "~=3.3.2"
2
upstream_repository = "https://github.com/PyCQA/pyflakes"
3
partial_stub = true
4
stubs/pyflakes/pyflakes/checker.pyi
@@ -104,7 +104,8 @@ class ExportBinding(Binding):
104
class Scope(dict[str, Binding]):
105
importStarred: bool
106
107
-class ClassScope(Scope): ...
+class ClassScope(Scope):
108
+ def __init__(self) -> None: ...
109
110
class FunctionScope(Scope):
111
usesLocals: bool
0 commit comments