Skip to content

Ruff ify

Ruff ify #623

Triggered via pull request January 3, 2025 19:59
Status Failure
Total duration 1m 31s
Artifacts

deploy-dagster-cloud.yml

on: pull_request
dagster-cloud-deploy
1m 22s
dagster-cloud-deploy
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 notice
Ruff (F401): .github/python_dependencies/archive-v0/-zZ76LISRJMzOc4uHdCS6/greenlet/__init__.py#L61
.github/python_dependencies/archive-v0/-zZ76LISRJMzOc4uHdCS6/greenlet/__init__.py:61:24: F401 `._greenlet.GREENLET_USE_CONTEXT_VARS` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
Ruff (F401): .github/python_dependencies/archive-v0/-zZ76LISRJMzOc4uHdCS6/greenlet/__init__.py#L62
.github/python_dependencies/archive-v0/-zZ76LISRJMzOc4uHdCS6/greenlet/__init__.py:62:24: F401 `._greenlet.GREENLET_USE_GC` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
Ruff (F401): .github/python_dependencies/archive-v0/-zZ76LISRJMzOc4uHdCS6/greenlet/__init__.py#L63
.github/python_dependencies/archive-v0/-zZ76LISRJMzOc4uHdCS6/greenlet/__init__.py:63:24: F401 `._greenlet.GREENLET_USE_TRACING` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
Ruff (F401): .github/python_dependencies/archive-v0/-zZ76LISRJMzOc4uHdCS6/greenlet/__init__.py#L67
.github/python_dependencies/archive-v0/-zZ76LISRJMzOc4uHdCS6/greenlet/__init__.py:67:24: F401 `._greenlet.CLOCKS_PER_SEC` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
Ruff (F401): .github/python_dependencies/archive-v0/-zZ76LISRJMzOc4uHdCS6/greenlet/__init__.py#L68
.github/python_dependencies/archive-v0/-zZ76LISRJMzOc4uHdCS6/greenlet/__init__.py:68:24: F401 `._greenlet.enable_optional_cleanup` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
Ruff (F401): .github/python_dependencies/archive-v0/-zZ76LISRJMzOc4uHdCS6/greenlet/__init__.py#L69
.github/python_dependencies/archive-v0/-zZ76LISRJMzOc4uHdCS6/greenlet/__init__.py:69:24: F401 `._greenlet.get_clocks_used_doing_optional_cleanup` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
Ruff (E701): .github/python_dependencies/archive-v0/-zZ76LISRJMzOc4uHdCS6/greenlet/tests/fail_initialstub_already_started.py#L28
.github/python_dependencies/archive-v0/-zZ76LISRJMzOc4uHdCS6/greenlet/tests/fail_initialstub_already_started.py:28:27: E701 Multiple statements on one line (colon)
Ruff (E721): .github/python_dependencies/archive-v0/-zZ76LISRJMzOc4uHdCS6/greenlet/tests/leakcheck.py#L163
.github/python_dependencies/archive-v0/-zZ76LISRJMzOc4uHdCS6/greenlet/tests/leakcheck.py:163:12: E721 Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks
Ruff (E741): .github/python_dependencies/archive-v0/-zZ76LISRJMzOc4uHdCS6/greenlet/tests/test_generator_nested.py#L101
.github/python_dependencies/archive-v0/-zZ76LISRJMzOc4uHdCS6/greenlet/tests/test_generator_nested.py:101:11: E741 Ambiguous variable name: `l`
Ruff (E722): .github/python_dependencies/archive-v0/-zZ76LISRJMzOc4uHdCS6/greenlet/tests/test_greenlet.py#L342
.github/python_dependencies/archive-v0/-zZ76LISRJMzOc4uHdCS6/greenlet/tests/test_greenlet.py:342:13: E722 Do not use bare `except`
Closed Pull Request
Marking branch deployment closed for this PR, will skip remaining workflow