Skip to content
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

Allow set(True) for boolean traps #11287

Merged
merged 1 commit into from
May 4, 2024
Merged

Allow set(True) for boolean traps #11287

merged 1 commit into from
May 4, 2024

Conversation

charliermarsh
Copy link
Member

Closes #8923.

@charliermarsh charliermarsh added the rule Implementing or modifying a lint rule label May 4, 2024
@charliermarsh charliermarsh enabled auto-merge (squash) May 4, 2024 21:26
@charliermarsh charliermarsh merged commit c3e0306 into main May 4, 2024
19 checks passed
@charliermarsh charliermarsh deleted the charlie/fbt branch May 4, 2024 21:33
Copy link
Contributor

github-actions bot commented May 4, 2024

ruff-ecosystem results

Linter (stable)

ℹ️ ecosystem check detected linter changes. (+0 -3 violations, +0 -0 fixes in 1 projects; 43 projects unchanged)

apache/airflow (+0 -3 violations, +0 -0 fixes)

ruff check --no-cache --exit-zero --ignore RUF9 --output-format concise --no-preview --select ALL

- airflow/jobs/triggerer_job_runner.py:596:29: FBT003 Boolean positional value in function call
- airflow/jobs/triggerer_job_runner.py:599:31: FBT003 Boolean positional value in function call
- airflow/jobs/triggerer_job_runner.py:635:29: FBT003 Boolean positional value in function call

Changes by rule (1 rules affected)

code total + violation - violation + fix - fix
FBT003 3 0 3 0 0

Linter (preview)

ℹ️ ecosystem check detected linter changes. (+0 -3 violations, +0 -0 fixes in 1 projects; 43 projects unchanged)

apache/airflow (+0 -3 violations, +0 -0 fixes)

ruff check --no-cache --exit-zero --ignore RUF9 --output-format concise --preview --select ALL

- airflow/jobs/triggerer_job_runner.py:596:29: FBT003 Boolean positional value in function call
- airflow/jobs/triggerer_job_runner.py:599:31: FBT003 Boolean positional value in function call
- airflow/jobs/triggerer_job_runner.py:635:29: FBT003 Boolean positional value in function call

Changes by rule (1 rules affected)

code total + violation - violation + fix - fix
FBT003 3 0 3 0 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rule Implementing or modifying a lint rule
Projects
None yet
1 participant