mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-01-28 22:01:24 +00:00
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:
2
.github/workflows/mypy.yaml
vendored
2
.github/workflows/mypy.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user