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

[flake8-pie] Correctly remove wrapping parentheses (PIE800) #15394

Merged
merged 2 commits into from
Jan 10, 2025

Conversation

InSyncWithFoo
Copy link
Contributor

Summary

Resolves #15366.

Test Plan

cargo nextest run and cargo insta test.

Copy link
Contributor

github-actions bot commented Jan 10, 2025

ruff-ecosystem results

Linter (stable)

✅ ecosystem check detected no linter changes.

Linter (preview)

✅ ecosystem check detected no linter changes.

@MichaReiser MichaReiser added bug Something isn't working fixes Related to suggested fixes for violations labels Jan 10, 2025
@MichaReiser MichaReiser enabled auto-merge (squash) January 10, 2025 14:48
@MichaReiser MichaReiser merged commit c364b58 into astral-sh:main Jan 10, 2025
20 checks passed
@InSyncWithFoo InSyncWithFoo deleted the PIE800 branch January 10, 2025 14:53
charliermarsh pushed a commit that referenced this pull request Jan 13, 2025
## Summary

Follow-up to #15394. See [this review
comment](#15394 (comment)).

## Test Plan

`cargo nextest run` and `cargo insta test`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixes Related to suggested fixes for violations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix introduced a syntax error with PIE800
3 participants