Ecosystem report
Old:
main (merge base)
8f86bcff
→
New:
26331/merge
b7d64671
Lint Rule
Removed
Added
Changed
Total
0
40
0
no-matching-overload
0
30
0
invalid-argument-type
0
10
0
Project
Removed
Added
Changed
Total
0
40
0
scrapy
0
30
0
pycryptodome
0
9
0
static-frame
0
1
0
All
Removed Only
Added Only
Changed Only
All Lint Types
no-matching-overload (-0 +30 ~0)
invalid-argument-type (-0 +10 ~0)
All Projects
scrapy (-0 +30 ~0)
pycryptodome (-0 +9 ~0)
static-frame (-0 +1 ~0)
pycryptodome
(
https://github.com/Legrandin/pycryptodome
)
lib/Crypto/Cipher/PKCS1_OAEP.py
📋
:73:49
[error]
invalid-argument-type - Argument is incorrect: Expected `Hash | HashModule`, found `Unknown | <module 'Crypto.Hash.SHA1'>`
lib/Crypto/SelfTest/Cipher/test_pkcs1_oaep.py
📋
:291:40
[error]
invalid-argument-type - Argument to function `new` is incorrect: Expected `HashLikeClass | None`, found `<module 'Crypto.Hash.SHA1'>`
:308:40
[error]
invalid-argument-type - Argument to function `new` is incorrect: Expected `HashLikeClass | None`, found `<module 'Crypto.Hash.SHA1'>`
:342:49
[error]
invalid-argument-type - Argument to function `new` is incorrect: Expected `HashLikeClass | None`, found `<module 'Crypto.Hash.MD2'> | <module 'Crypto.Hash.MD5'> | <module 'Crypto.Hash.SHA1'> | <module 'Crypto.Hash.SHA256'> | <module 'Crypto.Hash.RIPEMD160'>`
:416:48
[error]
invalid-argument-type - Argument is incorrect: Expected `Hash | HashModule`, found `<module 'Crypto.Hash.SHA1'>`
:418:48
[error]
invalid-argument-type - Argument is incorrect: Expected `Hash | HashModule`, found `<module 'Crypto.Hash.SHA224'>`
:420:48
[error]
invalid-argument-type - Argument is incorrect: Expected `Hash | HashModule`, found `<module 'Crypto.Hash.SHA256'>`
:422:48
[error]
invalid-argument-type - Argument is incorrect: Expected `Hash | HashModule`, found `<module 'Crypto.Hash.SHA384'>`
:424:48
[error]
invalid-argument-type - Argument is incorrect: Expected `Hash | HashModule`, found `<module 'Crypto.Hash.SHA512'>`
scrapy
(
https://github.com/scrapy/scrapy
)
tests/test_spidermiddleware_start.py
📋
:13:14
[error]
no-matching-overload - No overload of function `build_from_crawler` matches arguments
:30:14
[error]
no-matching-overload - No overload of function `build_from_crawler` matches arguments
scrapy/core/scheduler.py
📋
:450:16
[error]
no-matching-overload - No overload of function `build_from_crawler` matches arguments
:464:13
[error]
no-matching-overload - No overload of function `build_from_crawler` matches arguments
tests/test_downloader_handler_twisted_ftp.py
📋
:70:14
[error]
no-matching-overload - No overload of function `build_from_crawler` matches arguments
tests/test_downloader_handlers.py
📋
:123:28
[error]
no-matching-overload - No overload of function `build_from_crawler` matches arguments
:164:23
[error]
no-matching-overload - No overload of function `build_from_crawler` matches arguments
:189:18
[error]
no-matching-overload - No overload of function `build_from_crawler` matches arguments
:316:9
[error]
no-matching-overload - No overload of function `build_from_crawler` matches arguments
:322:28
[error]
no-matching-overload - No overload of function `build_from_crawler` matches arguments
tests/test_downloadermiddleware_redirect.py
📋
:399:19
[error]
no-matching-overload - No overload of function `build_from_crawler` matches arguments
:419:10
[error]
no-matching-overload - No overload of function `build_from_crawler` matches arguments
:433:10
[error]
no-matching-overload - No overload of function `build_from_crawler` matches arguments
:456:10
[error]
no-matching-overload - No overload of function `build_from_crawler` matches arguments
tests/test_downloadermiddleware_redirect_metarefresh.py
📋
:146:10
[error]
no-matching-overload - No overload of function `build_from_crawler` matches arguments
tests/test_extension_throttle.py
📋
:42:9
[error]
no-matching-overload - No overload of function `build_from_crawler` matches arguments
:45:13
[error]
no-matching-overload - No overload of function `build_from_crawler` matches arguments
:59:9
[error]
no-matching-overload - No overload of function `build_from_crawler` matches arguments
:84:10
[error]
no-matching-overload - No overload of function `build_from_crawler` matches arguments
:101:10
[error]
no-matching-overload - No overload of function `build_from_crawler` matches arguments
:150:10
[error]
no-matching-overload - No overload of function `build_from_crawler` matches arguments
:176:10
[error]
no-matching-overload - No overload of function `build_from_crawler` matches arguments
:206:10
[error]
no-matching-overload - No overload of function `build_from_crawler` matches arguments
:242:10
[error]
no-matching-overload - No overload of function `build_from_crawler` matches arguments
:274:10
[error]
no-matching-overload - No overload of function `build_from_crawler` matches arguments
:296:10
[error]
no-matching-overload - No overload of function `build_from_crawler` matches arguments
:326:10
[error]
no-matching-overload - No overload of function `build_from_crawler` matches arguments
tests/test_pqueues.py
📋
:296:13
[error]
no-matching-overload - No overload of function `build_from_crawler` matches arguments
tests/test_spidermiddleware_depth.py
📋
:69:14
[error]
no-matching-overload - No overload of function `build_from_crawler` matches arguments
tests/test_spidermiddleware_urllength.py
📋
:54:9
[error]
no-matching-overload - No overload of function `build_from_crawler` matches arguments
static-frame
(
https://github.com/static-frame/static-frame
)
static_frame/test/unit/test_bus.py
📋
:665:53
[error]
invalid-argument-type - Argument to function `StoreConfigMap.from_frames` is incorrect: Expected `FromFrameProtocol[StoreConfigBase]`, found `<class 'StoreConfigSQLite'>`
steam.py
(
https://github.com/Gobot1234/steam.py
)
steam/chat.py
📋
:474:13
flaky
(1/10)
[warning]
possibly-missing-attribute - Attribute `reactions` may be missing on object of type `ChatMessageT@Chat`
:199:29
flaky
(1/10)
[warning]
unused-type-ignore-comment - Unused blanket `type: ignore` directive