Skip to content

Avoid false-positives for list concatenations in SQL construction#12720

Merged
charliermarsh merged 1 commit intomainfrom
charlie/s
Aug 6, 2024
Merged

Avoid false-positives for list concatenations in SQL construction#12720
charliermarsh merged 1 commit intomainfrom
charlie/s

Conversation

@charliermarsh
Copy link
Copy Markdown
Member

Summary

Closes #12710.

@charliermarsh charliermarsh added the bug Something isn't working label Aug 6, 2024
@charliermarsh charliermarsh merged commit 90e5bc2 into main Aug 6, 2024
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Aug 6, 2024

ruff-ecosystem results

Linter (stable)

✅ ecosystem check detected no linter changes.

Linter (preview)

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

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

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

- stubs/tensorflow/tensorflow/compiler/xla/xla_pb2.pyi:2165:5: F821 Undefined name `DESCR`
- stubs/tensorflow/tensorflow/compiler/xla/xla_pb2.pyi:2177:27: F821 Undefined name `UnpackResponse`
- stubs/tensorflow/tensorflow/compiler/xla/xla_pb2.pyi:2181:5: PYI021 Docstrings should not be included in stubs
+ stubs/tensorflow/tensorflow/compiler/xla/xla_pb2.pyi:2198:5: PYI021 Docstrings should not be included in stubs

Changes by rule (2 rules affected)

code total + violation - violation + fix - fix
PYI021 2 1 1 0 0
F821 2 0 2 0 0

@charliermarsh charliermarsh deleted the charlie/s branch August 6, 2024 20:26
dylwil3 pushed a commit to dylwil3/ruff that referenced this pull request Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

False positive hardcoded-sql-expression (S608)

1 participant