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
I suspect this is an upstream issue, but documenting the repro so we can know if it gets fixed:
"""docstring""" import a import b def foo(data: str) -> tuple[str, ...], frozenset[str]]: pass
(note too many close brackets at the end of the def line)
libcst._exceptions.ParserSyntaxError: Syntax Error @ 1:1. tokenizer error: unmatched ']' """docstring""" ^
faults the first line of the file, when there is clearly one specific byte that can be faulted -- the extra close bracket.
The text was updated successfully, but these errors were encountered:
Hit this again today via ufmt, forgot I filed this one before :)
Sorry, something went wrong.
No branches or pull requests
I suspect this is an upstream issue, but documenting the repro so we can know if it gets fixed:
(note too many close brackets at the end of the def line)
faults the first line of the file, when there is clearly one specific byte that can be faulted -- the extra close bracket.
The text was updated successfully, but these errors were encountered: