-
Notifications
You must be signed in to change notification settings - Fork 1
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
Call for testing ruff
#73
Comments
Automated testing success. Full logs are available at https://github.com/snapcrafters/ruff/actions/runs/12429598256. The first 100, and last 100 lines of the log are displayed in the Summary below. Logs
Use instead: from airflow.operators import PythonOperator
my_task = PythonOperator(task_id="my_task") airflow-dag-no-schedule-argument (AIR301)Derived from the Airflow linter. This rule is in preview and is not stable. The What it doesChecks for a Why is this bad?The default If your DAG does not have an explicit Examplefrom airflow import DAG
# Using the implicit default schedule.
dag = DAG(dag_id="my_dag") (Logs truncated. See full logs at: https://github.com/snapcrafters/ruff/actions/runs/12429598256) 419 | sig = builder.mapper.fdef_to_sig(fdef, builder.options.strict_dunders_typing) mypyc/irbuild/function.py:964:29: F841 Local variable mypyc/irbuild/function.py:1072:22: F841 Local variable mypyc/irbuild/function.py:1072:32: F841 Local variable mypyc/irbuild/function.py:1092:22: F841 Local variable mypyc/irbuild/function.py:1092:32: F841 Local variable mypyc/irbuild/main.py:146:22: F841 Local variable Found 32 errors (2 fixed, 30 remaining). ::group::Repository: https://github.com/tiangolo/fastapi Found 1 error. Found 4 errors (3 fixed, 1 remaining).
|
A new version (0.8.4) of
ruff
was just pushed to thelatest/candidate
channel in the snap store. The following revisions are available.Automated testing
If configured, the snap will be installed in a VM, and any test results or screenshots will be posted to this issue as a comment shortly.
How to test it manually
How to release it
Maintainers can promote this to stable by commenting
/promote <rev>[,<rev>] latest/stable [done]
.You can promote all revisions that were just built with:
The text was updated successfully, but these errors were encountered: