Skip to content

Conversation

@dylwil3
Copy link
Collaborator

@dylwil3 dylwil3 commented Jun 6, 2025

No description provided.

@dylwil3 dylwil3 added this to the v0.12 milestone Jun 6, 2025
@dylwil3 dylwil3 added the rule Implementing or modifying a lint rule label Jun 6, 2025
@dylwil3 dylwil3 changed the base branch from main to brent/release-0.12.0 June 6, 2025 15:30
@github-actions
Copy link
Contributor

github-actions bot commented Jun 6, 2025

ruff-ecosystem results

Linter (stable)

ℹ️ ecosystem check detected linter changes. (+21 -0 violations, +0 -0 fixes in 8 projects; 47 projects unchanged)

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

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

+ providers/apache/spark/tests/unit/apache/spark/hooks/test_spark_jdbc_script.py:113:38: RUF005 Consider iterable unpacking instead of concatenation
+ providers/apache/spark/tests/unit/apache/spark/hooks/test_spark_jdbc_script.py:138:38: RUF005 Consider iterable unpacking instead of concatenation
+ providers/celery/src/airflow/providers/celery/executors/celery_executor.py:325:32: RUF005 Consider `(*task_tuple[:3], execute_command)` instead of concatenation
+ providers/google/tests/unit/google/cloud/hooks/test_cloud_storage_transfer_service.py:859:81: RUF005 Consider `[*pages_requests[1:], None]` instead of concatenation
+ providers/google/tests/unit/google/cloud/hooks/test_mlengine.py:178:81: RUF005 Consider `[*pages_requests[1:], None]` instead of concatenation
+ providers/google/tests/unit/google/cloud/hooks/test_mlengine.py:807:81: RUF005 Consider `[*pages_requests[1:], None]` instead of concatenation
+ task-sdk/src/airflow/sdk/io/path.py:102:20: RUF005 Consider `(parsed_url.geturl(), *args[1:])` instead of concatenation

apache/superset (+1 -0 violations, +0 -0 fixes)

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

+ superset/viz.py:2265:33: RUF005 Consider `[DTTM_ALIAS, *groups[:i]]` instead of concatenation

binary-husky/gpt_academic (+1 -0 violations, +0 -0 fixes)

+ toolbox.py:544:23: RUF005 Consider iterable unpacking instead of concatenation

bokeh/bokeh (+3 -0 violations, +0 -0 fixes)

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

+ examples/topics/pie/donut.py:41:14: RUF005 Consider `[0, *angles[:-1]]` instead of concatenation
+ src/bokeh/server/tornado.py:449:36: RUF005 Consider `(self._prefix + p[0], *p[1:], data)` instead of concatenation
+ src/bokeh/server/tornado.py:452:32: RUF005 Consider `(self._prefix + p[0], *p[1:])` instead of concatenation

langchain-ai/langchain (+3 -0 violations, +0 -0 fixes)

+ libs/core/langchain_core/messages/utils.py:1344:34: RUF005 Consider `[*messages[:idx], excluded]` instead of concatenation
+ libs/core/langchain_core/messages/utils.py:1345:32: RUF005 Consider `[*messages[:idx], excluded]` instead of concatenation
+ libs/core/langchain_core/messages/utils.py:1396:32: RUF005 Consider `[*messages[:idx], excluded]` instead of concatenation

python/typeshed (+1 -0 violations, +0 -0 fixes)

ruff check --no-cache --exit-zero --ignore RUF9 --no-fix --output-format concise --no-preview --select E,F,FA,I,PYI,RUF,UP,W

+ tests/pyright_test.py:40:15: RUF005 Consider `[npx, f"pyright@{pyright_version}", *sys.argv[1:]]` instead of concatenation

python-poetry/poetry (+4 -0 violations, +0 -0 fixes)

+ src/poetry/inspection/lazy_wheel.py:115:25: RUF005 Consider `[start, *lslice[:1]]` instead of concatenation
+ src/poetry/inspection/lazy_wheel.py:116:19: RUF005 Consider `[end, *rslice[-1:]]` instead of concatenation
+ tests/console/commands/test_run.py:133:49: RUF005 Consider `[file, *args[1:]]` instead of concatenation
+ tests/console/commands/test_run.py:165:49: RUF005 Consider `[file, *args[1:]]` instead of concatenation

wntrblm/nox (+1 -0 violations, +0 -0 fixes)

+ nox/_resolver.py:198:21: RUF005 Consider `[*walk_list[walk_list.index(node):], node]` instead of concatenation

Changes by rule (1 rules affected)

code total + violation - violation + fix - fix
RUF005 21 21 0 0 0

Linter (preview)

✅ ecosystem check detected no linter changes.

@dylwil3 dylwil3 merged commit fb568ff into brent/release-0.12.0 Jun 6, 2025
34 checks passed
@dylwil3 dylwil3 deleted the dylan/stabilize-slices-in-concat branch June 6, 2025 17:40
@dylwil3 dylwil3 mentioned this pull request Jun 6, 2025
2 tasks
ntBre pushed a commit that referenced this pull request Jun 8, 2025
ntBre pushed a commit that referenced this pull request Jun 8, 2025
ntBre pushed a commit that referenced this pull request Jun 9, 2025
ntBre pushed a commit that referenced this pull request Jun 10, 2025
ntBre pushed a commit that referenced this pull request Jun 11, 2025
ntBre pushed a commit that referenced this pull request Jun 17, 2025
ntBre pushed a commit that referenced this pull request Jun 17, 2025
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

Development

Successfully merging this pull request may close these issues.

2 participants