Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #1625 +/- ##
==========================================
- Coverage 92.49% 92.41% -0.08%
==========================================
Files 157 157
Lines 10440 10478 +38
==========================================
+ Hits 9656 9683 +27
- Misses 784 795 +11
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
cfb4ccd to
9254e30
Compare
ty type checker
9254e30 to
413b785
Compare
janbuchar
left a comment
There was a problem hiding this comment.
Couple of nits but probably OK. Will ty let us know when a type-ignore comment becomes obsolete?
src/crawlee/storage_clients/_file_system/_key_value_store_client.py
Outdated
Show resolved
Hide resolved
Pijukatel
left a comment
There was a problem hiding this comment.
I tried to solve some ignores. I added bunch of suggestions and raised some issues in ty repo
tests/unit/crawlers/_adaptive_playwright/test_adaptive_playwright_crawler.py
Show resolved
Hide resolved
Not now, see astral-sh/ty#278 and astral-sh/ty#1501 for more context. |
Can we make an issue to revisit the ignores in ~2 months or something then? |
Sure, -> #1664. |
| class _ParsedHttpCrawler( | ||
| AbstractHttpCrawler[ParsedHttpCrawlingContext[TParseResult], TParseResult, TSelectResult] | ||
| ): | ||
| ): # ty: ignore[invalid-generic-class] |
There was a problem hiding this comment.
class _ParsedHttpCrawler(AbstractHttpCrawler):Work here
No description provided.