We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Example:
yapf_example.py contents:
print(f"This Fails, but is legal: {"Should be fine" if True else "But it's not"}")
Running Yapf: python -m yapf yapf_example.py
python -m yapf yapf_example.py
Result:
... return '{}:{}:{}: {}'.format(e.args[1][0], e.args[1][1], e.args[1][2], e.msg) ~~~~~~^^^ IndexError: tuple index out of range
Yapf version 0.40.2 (Latest at time of writing)
This might be related to PEP 701, but if memory serves, this has been an issue since before 3.12.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Example:
yapf_example.py contents:
Running Yapf:
python -m yapf yapf_example.py
Result:
Yapf version
0.40.2 (Latest at time of writing)
This might be related to PEP 701, but if memory serves, this has been an issue since before 3.12.
The text was updated successfully, but these errors were encountered: