-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate from Flake8 & Autopep8 to Ruff #133
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request is neither linked to an issue or epic nor labeled as adhoc!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request is neither linked to an issue or epic nor labeled as adhoc!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request is neither linked to an issue or epic nor labeled as adhoc!
0028d34
to
8a96a38
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice
pls replace |
Description
ruff format
andruff check --fix
.Any
with generic types #138Dataset._get_data_internal()
crawlee-python#455uniqueKey
generation logic #141RequestQueue._ensure_head_is_non_empty
crawlee-python#174update_request()
calls inRequestQueue.reclaim_request()
crawlee-python#424APIFY_DEFAULT_XXX_ID
env var inBaseResourceClient
#149Issues
Problem with
typing.get_type_hints()
typing.get_type_hints()
throws an error if|
is used in the type hint, even iffrom __future__ import annotations
is used.