-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Expand file tree
/
Copy pathmypy-baseline.txt
More file actions
21 lines (21 loc) · 2.3 KB
/
Copy pathmypy-baseline.txt
File metadata and controls
21 lines (21 loc) · 2.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
pwn/__init__.py:0: error: Incompatible types in assignment (expression has type "PwnlibArgs", variable has type Module) [assignment]
pwn/__init__.py:0: error: Module has no attribute "update" [attr-defined]
pwn/toplevel.py:0: error: Incompatible import of "size" (imported name has type "Callable[[Any, Any, Any], Any]", local name has type "str") [assignment]
pwn/toplevel.py:0: error: Incompatible import of "size" (imported name has type "Callable[[Any, Any, Any], Any]", local name has type "str") [assignment]
pwn/toplevel.py:0: error: Incompatible import of "size" (imported name has type "int", local name has type "str") [assignment]
pwnlib/elf/elf.py:0: error: Name "address" already defined on line 0 [no-redef]
pwnlib/elf/elf.py:0: error: Need type annotation for "functions" (hint: "functions: dict[<type>, <type>] = ...") [var-annotated]
pwnlib/elf/elf.py:0: error: Need type annotation for "got" (hint: "got: dict[<type>, <type>] = ...") [var-annotated]
pwnlib/elf/elf.py:0: error: Need type annotation for "plt" (hint: "plt: dict[<type>, <type>] = ...") [var-annotated]
pwnlib/elf/elf.py:0: error: Need type annotation for "symbols" (hint: "symbols: dict[<type>, <type>] = ...") [var-annotated]
pwnlib/encoders/encoder.py:0: error: Need type annotation for "blacklist" (hint: "blacklist: set[<type>] = ...") [var-annotated]
pwnlib/filesystem/path.py:0: error: "classmethod" used with a non-method [misc]
pwnlib/filesystem/path.py:0: error: "classmethod" used with a non-method [misc]
pwnlib/filesystem/path.py:0: error: "type[Path]" has no attribute "mkdtemp" [attr-defined]
pwnlib/filesystem/path.py:0: error: "type[Path]" has no attribute "mktemp" [attr-defined]
pwnlib/rop/call.py:0: error: Name "address" already defined on line 0 [no-redef]
pwnlib/rop/call.py:0: error: Need type annotation for "args" (hint: "args: list[<type>] = ...") [var-annotated]
pwnlib/rop/call.py:0: error: Need type annotation for "values" (hint: "values: list[<type>] = ...") [var-annotated]
pwnlib/rop/rop.py:0: error: Need type annotation for "descriptions" (hint: "descriptions: dict[<type>, <type>] = ...") [var-annotated]
pwnlib/rop/srop.py:0: error: Need type annotation for "_regs" (hint: "_regs: list[<type>] = ...") [var-annotated]
pwnlib/update.py:0: error: "Callable[[bool], Version]" has no attribute "cached" [attr-defined]