Currently, `mirror-prettier` does not support linting `qss` files. To address this, consider creating a pre-commit hook that wraps a tool like [`qsslint`](https://github.com/KDABLabs/qsslint). > [!WARNING] > Because the private class `QCss` (provided by `QtGui/private/qcssparser_p.h`) is required, relying on `Qt for Python` is not feasible. For reference: - [`Qt for Python` QtWidgets](https://doc.qt.io/qtforpython-6/PySide6/QtWidgets/index.html#list-of-classes) - [`Qt for Python` QtGui](https://doc.qt.io/qtforpython-6/PySide6/QtGui/index.html#list-of-classes)
Currently,
mirror-prettierdoes not support lintingqssfiles.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 Pythonis not feasible.For reference:
Qt for PythonQtWidgetsQt for PythonQtGui