zhongjiajie commented on PR #130: URL: https://github.com/apache/dolphinscheduler-sdk-python/pull/130#issuecomment-1880463712
lint still no pass, maybe you can run command `python -m ruff check --fix --unsafe-fixes .` to fix it ```log lint: 16342 W commands[1]> python -m ruff check . [tox/tox_env/api.py:427] [553](https://github.com/apache/dolphinscheduler-sdk-python/actions/runs/7438828861/job/20249516885?pr=130#step:5:554) tests/tasks/test_http.py:167:13: F841 Local variable `http` is assigned to but never used [554](https://github.com/apache/dolphinscheduler-sdk-python/actions/runs/7438828861/job/20249516885?pr=130#step:5:555) Found 1 error. [555](https://github.com/apache/dolphinscheduler-sdk-python/actions/runs/7438828861/job/20249516885?pr=130#step:5:556) No fixes available (1 hidden fix can be enabled with the `--unsafe-fixes` option). ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
