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
Seems like the same issue was fixed before but crept back in: #1332
Shiny is incompatible with mypy:
mypy
% mypy . venv/lib/python3.11/site-packages/shiny/render/_data_frame_utils/_selection.py:154: error: invalid syntax [syntax] Found 1 error in 1 file (errors prevented further checking)
Unfortunately seems like it's not possible to edit one's mypy configuration to get past a syntax error in a dependency.
I'm working around it by just deleting line 154 of _selection.py for now.
_selection.py
The text was updated successfully, but these errors were encountered:
schloerke
Successfully merging a pull request may close this issue.
Seems like the same issue was fixed before but crept back in: #1332
Shiny is incompatible with
mypy
:Unfortunately seems like it's not possible to edit one's
mypy
configuration to get past a syntax error in a dependency.I'm working around it by just deleting line 154 of
_selection.py
for now.The text was updated successfully, but these errors were encountered: