Skip to content

Common crawl deduplication #57

Common crawl deduplication

Common crawl deduplication #57

Triggered via pull request June 3, 2024 21:08
Status Success
Total duration 20s
Artifacts

python_checks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
[flake8] common_crawler/main.py#L21 <402>: common_crawler/main.py#L21
module level import not at top of file
[flake8] common_crawler/main.py#L22 <402>: common_crawler/main.py#L22
module level import not at top of file
[flake8] common_crawler/main.py#L140 <721>: common_crawler/main.py#L140
do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()`
[flake8] common_crawler/main.py#L142 <721>: common_crawler/main.py#L142
do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()`
[flake8] common_crawler/main.py#L144 <721>: common_crawler/main.py#L144
do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()`