Update to pyside6 version 6.7.1 (#223)

* Update to pyside6.7.1

* Fix Ruff

* Fix MyPy

* Update mypy job to also use PySide6 6.7.1

* Remove unused imports

* Add Description to class

* Ruff format

* Fix Warning in pagination.py

* Probably fix Pyside app test

* Rename CustomQPushButton to QPushButtonWrapper
also renamed custom_qbutton.py to qbutton_wrapper.py
This commit is contained in:
Theasacraft
2024-06-17 01:53:38 +02:00
committed by GitHub
parent 4c6ebec529
commit b3c01e180a
9 changed files with 68 additions and 56 deletions

View File

@@ -23,8 +23,6 @@ jobs:
- name: Install dependencies
run: |
# pyside 6.6.3 has some issue in their .pyi files
pip install PySide6==6.6.2
pip install -r requirements.txt
pip install mypy==1.10.0
mkdir tagstudio/.mypy_cache