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

Operator Assignment Rule #10763

Closed
IamRezaMousavi opened this issue Apr 3, 2024 · 2 comments
Closed

Operator Assignment Rule #10763

IamRezaMousavi opened this issue Apr 3, 2024 · 2 comments
Labels
rule Implementing or modifying a lint rule

Comments

@IamRezaMousavi
Copy link

Ruff (or other python linters) don't has any rule like operator-assignment rule in eslint:

- x = x + 1
+ x += 1
@charliermarsh charliermarsh added the rule Implementing or modifying a lint rule label Apr 3, 2024
@charliermarsh
Copy link
Member

I think this would be covered by #9932

@IamRezaMousavi
Copy link
Author

I think this would be covered by #9932

Yes, Thank you

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

No branches or pull requests

2 participants