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
qss
Currently, mirror-prettier does not support linting qss files.
mirror-prettier
To address this, consider creating a pre-commit hook that wraps a tool like qsslint.
qsslint
Warning
Because the private class QCss (provided by QtGui/private/qcssparser_p.h) is required, relying on Qt for Python is not feasible.
QCss
QtGui/private/qcssparser_p.h
Qt for Python
For reference:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently,
mirror-prettier
does not support lintingqss
files.To address this, consider creating a pre-commit hook that wraps a tool like
qsslint
.Warning
Because the private class
QCss
(provided byQtGui/private/qcssparser_p.h
) is required, relying onQt for Python
is not feasible.For reference:
Qt for Python
QtWidgetsQt for Python
QtGuiThe text was updated successfully, but these errors were encountered: