mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-02-09 03:12:28 +00:00
refactor!: restructure qt layout, untangle from backend (#1095)
* refactor: untangle backend and frontend files * refactor: more structure organizing * refactor: rename silent_subprocess.py * refactor: update qt ui structure to pure mvc + temporarily mixed * refactor: pluralize MVC folders
This commit is contained in:
committed by
GitHub
parent
fff967617b
commit
f49cb4fade
@@ -85,7 +85,7 @@ ignore_errors = true
|
||||
qt_api = "pyside6"
|
||||
|
||||
[tool.pyright]
|
||||
ignore = ["src/tagstudio/qt/helpers/vendored/pydub/", ".venv/**"]
|
||||
ignore = ["src/tagstudio/qt/previews/vendored/pydub/", ".venv/**"]
|
||||
include = ["src/tagstudio", "tests"]
|
||||
reportAny = false
|
||||
reportIgnoreCommentWithoutRule = false
|
||||
@@ -109,7 +109,7 @@ ignore = ["D100", "D101", "D102", "D103", "D104", "D105", "D106", "D107"]
|
||||
|
||||
[tool.ruff.lint.per-file-ignores]
|
||||
"tests/**" = ["D", "E402"]
|
||||
"src/tagstudio/qt/helpers/vendored/**" = ["B", "E", "N", "UP", "SIM115"]
|
||||
"src/tagstudio/qt/previews/vendored/**" = ["B", "E", "N", "UP", "SIM115"]
|
||||
|
||||
[tool.ruff.lint.pydocstyle]
|
||||
convention = "google"
|
||||
|
||||
Reference in New Issue
Block a user