Skip to content

Conversation

@Computerdores
Copy link
Collaborator

@Computerdores Computerdores commented Nov 28, 2024

Just four extremly short fixes in order to stop mypy from complaining constantly. Specifically:

  • two type ignore comments threw unused-ignore on windows (but didn't on linux), the type ignores now also ignore unused-ignore
  • a call in ts_qt was missing a trivial argument
  • two variables in file_opener had the same name but different type and mypy wasn't happy about that, I renamed one appropriately

@CyanVoxel
Copy link
Member

The preview_panel.py one I finally snuffed out in #608, but these should be some much welcomed fixes 👍

@CyanVoxel CyanVoxel added Type: Bug Something isn't working as intended Type: QoL A quality of life (QoL) enhancement or suggestion Type: CI Continuous Integration / workflows Priority: Medium An issue that shouldn't be be saved for last Status: Review Needed A review of this is needed System: Windows For Microsoft Windows System: macOS For the macOS operating system labels Nov 28, 2024
@CyanVoxel CyanVoxel added Status: Mergeable The code is ready to be merged and removed Status: Review Needed A review of this is needed labels Nov 28, 2024
@CyanVoxel CyanVoxel merged commit 20f9371 into TagStudioDev:main Nov 28, 2024
5 checks passed
@Computerdores Computerdores deleted the misc-fixes branch July 6, 2025 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Priority: Medium An issue that shouldn't be be saved for last Status: Mergeable The code is ready to be merged System: macOS For the macOS operating system System: Windows For Microsoft Windows Type: Bug Something isn't working as intended Type: CI Continuous Integration / workflows Type: QoL A quality of life (QoL) enhancement or suggestion

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

2 participants