File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 - .github/workflows/checks_python.yml
1111 - .editorconfig
1212 - pyproject.toml
13- - pyrightconfig.json
14- - pytest.ini
1513 - uv.lock
1614 - ' **.py'
15+ - ' **.pyi'
16+ - ' src/tagstudio/resources/**'
1717 push :
1818 paths : *on_paths
1919 workflow_dispatch :
@@ -50,12 +50,12 @@ jobs:
5050 - pyproject.toml
5151 - uv.lock
5252 - '**.py'
53+ - '**.pyi'
5354 pyright:
5455 - .github/actions/setup-python/action.yml
55- - pyrightconfig.json
5656 pytest:
5757 - .github/actions/setup-python/action.yml
58- - pytest.ini
58+ - 'src/tagstudio/resources/**'
5959 ruff:
6060 - .editorconfig
6161
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ ruff = ["ruff==0.15.17"]
7676[tool .hatch .build .targets .wheel ]
7777packages = [" src/tagstudio" ]
7878
79- [tool .pytest . ini_options ]
79+ [tool .pytest ]
8080qt_api = " pyside6"
8181pythonpath = [" src" ]
8282filterwarnings = [
You can’t perform that action at this time.
0 commit comments