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
$ black -c 'def this_is_so_dumb() -> (please := no): ...' def this_is_so_dumb() -> (please := no): ... $ black --preview -c 'def this_is_so_dumb() -> (please := no): ...' def this_is_so_dumb() -> (please := no): ... error: cannot format <string>: Cannot parse: 1:32: def this_is_so_dumb() -> please := no: $ black --version black, 22.12.0 (compiled: yes) Python (CPython) 3.9.14
Found this in CI for #3418, cf. #3407.
Seems like a result of #2990, cc @jpy-git.
Broader learning: for all stable style tests, we should run tests in preview style that assert that formatting at least succeeds.
The text was updated successfully, but these errors were encountered:
--fast
Fix crash in return annotation with walrus
bae256b
Fixes psf#3419
Successfully merging a pull request may close this issue.
Found this in CI for #3418, cf. #3407.
Seems like a result of #2990, cc @jpy-git.
Broader learning: for all stable style tests, we should run tests in preview style that assert that formatting at least succeeds.
The text was updated successfully, but these errors were encountered: