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-bugbear] - do not run mutable-argument-default on stubs (B006) #14058

Merged
merged 1 commit into from
Nov 3, 2024

Conversation

diceroll123
Copy link
Contributor

Summary

Early-exits in B006 when the file is a stub. Fixes #14026

Test Plan

cargo test

Copy link
Contributor

github-actions bot commented Nov 2, 2024

ruff-ecosystem results

Linter (stable)

✅ ecosystem check detected no linter changes.

Linter (preview)

✅ ecosystem check detected no linter changes.

@charliermarsh charliermarsh merged commit bc7615a into astral-sh:main Nov 3, 2024
20 checks passed
@charliermarsh charliermarsh added the bug Something isn't working label Nov 3, 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.

Ignore mutable-argument-default (B006) in .pyi stubs
2 participants