Add get_bsky_post_by_url example #723
Annotations
10 errors and 1 warning
Ruff (I001):
examples/get_posts_by_url.py#L1
examples/get_posts_by_url.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (Q000):
examples/get_posts_by_url.py#L16
examples/get_posts_by_url.py:16:27: Q000 Double quotes found but single quotes preferred
|
Ruff (Q000):
examples/get_posts_by_url.py#L25
examples/get_posts_by_url.py:25:18: Q000 Double quotes found but single quotes preferred
|
Ruff (RET504):
examples/get_posts_by_url.py#L28
examples/get_posts_by_url.py:28:16: RET504 Unnecessary assignment to `post_response` before `return` statement
|
Ruff (BLE001):
examples/get_posts_by_url.py#L29
examples/get_posts_by_url.py:29:12: BLE001 Do not catch blind exception: `Exception`
|
Ruff (Q000):
examples/get_posts_by_url.py#L30
examples/get_posts_by_url.py:30:15: Q000 Double quotes found but single quotes preferred
|
Ruff (Q000):
examples/get_posts_by_url.py#L42
examples/get_posts_by_url.py:42:11: Q000 Double quotes found but single quotes preferred
|
Ruff (Q000):
examples/get_posts_by_url.py#L49
examples/get_posts_by_url.py:49:15: Q000 Double quotes found but single quotes preferred
|
Ruff (Q000):
examples/get_posts_by_url.py#L51
examples/get_posts_by_url.py:51:15: Q000 Double quotes found but single quotes preferred
|
ruff
Process completed with exit code 1.
|
ruff
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|