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

Rule E731 cause autofix error #7141

Closed
qarmin opened this issue Sep 5, 2023 · 0 comments · Fixed by #7170
Closed

Rule E731 cause autofix error #7141

qarmin opened this issue Sep 5, 2023 · 0 comments · Fixed by #7170
Assignees
Labels
bug Something isn't working fuzzer Surfaced via fuzzing.

Comments

@qarmin
Copy link

qarmin commented Sep 5, 2023

Ruff 0.0.287 (latest changes from main branch)

ruff  *.py --select E731 --no-cache --fix

file content(at least simple cpython script shows that this is valid python file):

function = lambda: (
    i := h,
)

error

/home/rafal/test/tmp_folder/59167021PY_FILE_TEST_1203509995.py:1:1: E731 Do not assign a `lambda` expression, use a `def`
Found 1 error.

error: Autofix introduced a syntax error. Reverting all changes.

This indicates a bug in `ruff`. If you could open an issue at:

    https://github.com/astral-sh/ruff/issues/new?title=%5BAutofix%20error%5D

...quoting the contents of `/home/rafal/test/tmp_folder/59167021PY_FILE_TEST_1203509995.py`, the rule codes E731, along with the `pyproject.toml` settings and executed command, we'd be very appreciative!

python_compressed.zip

@MichaReiser MichaReiser added bug Something isn't working fuzzer Surfaced via fuzzing. labels Sep 5, 2023
@charliermarsh charliermarsh self-assigned this Sep 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fuzzer Surfaced via fuzzing.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants